You can use the Claude Agent SDK with Corsair through the dashboard or in code.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.
In the dashboard
- Sign in at app.corsair.dev.
- Open Dashboard and click New instance.
- Open your instance and click Add Plugin to enable an integration (e.g. GitHub, Slack).
- Click New User to add a tenant — enter a tenant ID and click Save.
- Connect the integration for that tenant: click the cell where the tenant row meets the plugin column, then sign in with OAuth or enter credentials.
- Click the tenant name in the first column to open the side panel.
- Copy the MCP URL and create an API key (New key → name → Create → copy the secret once).
In code
Configure
claudeMcpServerConfig() returns { type: "http", url, headers } for the Agent SDK.
Run it
Pass any prompt toquery().
If you connected GitHub, try: