MagmaRouter.

Integration guides.

Every way to point a tool at MagmaRouter. Each guide uses the config the tool's own docs specify, checked in September 2026. Where a tool cannot reach MagmaRouter as built, we say so rather than ship a broken snippet.

The flagship is Claude Code, through the Anthropic-compatible endpoint. Everything else uses the OpenAI-compatible base URL https://magmarouter.com/v1. For a model to drive an agent that edits files, it has to support tool calling; the model list marks which do.

Agents

Claude CodePoint Claude Code at MagmaRouter through the Anthropic-compatible endpoint and run DeepSeek, Qwen, Kimi, GLM and more, with a hard spend cap on the key. Claude Agent SDK (TS)Run the Claude Agent SDK for TypeScript against MagmaRouter by passing the Anthropic base URL and auth token through the query env option. Claude Agent SDK (Python)Run the Python Claude Agent SDK against MagmaRouter by passing the Anthropic base URL and auth token through ClaudeAgentOptions env. OpenCodeAdd MagmaRouter to OpenCode as an OpenAI-compatible provider in opencode.json, with real context limits and your key from the environment. ClineAdd MagmaRouter to Cline by selecting the OpenAI Compatible provider and entering the MagmaRouter base URL, your key and a model id. Roo CodeAdd MagmaRouter to Roo Code through its OpenAI Compatible provider. Roo Code uses native tool calling, so pick a tool-capable model. Kilo CodeAdd MagmaRouter to Kilo Code as a custom OpenAI Compatible provider. Kilo can auto-detect the catalogue from the /v1/models endpoint. ContinueAdd MagmaRouter to Continue with a provider: openai model block, apiBase set to the MagmaRouter endpoint, and the key from the Continue .env. ZedAdd MagmaRouter to Zed as an openai_compatible language model provider in settings.json, with your key stored in the keychain, not the file. CursorCursor can override the OpenAI base URL to reach MagmaRouter for chat and agent with custom models, but Composer rejects custom keys and Tab stays on Cursor.

SDKs

Frameworks

CLI

Apps