← Docs
IDE and MCP client setup
SeaLink works with Cursor, Claude Code, Continue, Windsurf builds that expose custom OpenAI-compatible model endpoints, and other compatible clients.
Recommended setup
Use each tool's OpenAI-compatible provider setting first. Add the SeaLink base URL and your SeaLink API Key; model access, usage, and billing stay attached to the same account.
Generic configuration
OpenAI-compatible clients
export OPENAI_BASE_URL="https://test.sealink.io/v1"export OPENAI_API_KEY="<your SeaLink API Key>"
If a client asks for the full chat endpoint, use https://test.sealink.io/v1/chat/completions. If it asks for a base URL, use https://test.sealink.io/v1.
MCP client note
For IDEs that support MCP or custom model connections, follow the client's documentation for custom OpenAI-compatible endpoints. SeaLink's stable contract is the base URL, API Key, model list, and OpenAI-compatible response format.