Agent SDKs use the same hosted MCP server as coding agents. If you already run Vercel AI SDK, OpenAI Agents, or Claude Agent SDK, point them at Corsair’s MCP endpoint. In the dashboard: create an instance, add a plugin, add a tenant, connect credentials, then open the tenant side panel for the MCP URL and API keys. Quick Start is an optional guided demo.Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quick example (Vercel AI SDK)
When your backend already has the developer API key, usetenant.mcp.createVercelClient() — no separate MCP secret required:
Alternative: tenant MCP key
If you prefer a dedicated bearer token per agent (e.g. for a user-facing connector), create a key and passurl + apiKey to the adapter helpers:
Framework guides
Vercel AI SDK
createVercelClient() or createVercelAiMcpClient()OpenAI
Responses API and OpenAI Agents SDK
Claude
Claude Agent SDK
mcpServersCustom connector
Any HTTP MCP client