Coding Tools
Connect popular coding agents, editors, and desktop clients with one API key.
Coding tools need three values: a platform API key, the gateway Base URL, and the complete public model ID copied from the Models page.
Claude Code
Connect Claude Code through the Anthropic Messages-compatible gateway.
OpenCode
Connect OpenCode through a custom OpenAI-compatible provider.
Cursor
Route Cursor BYOK requests through the OpenAI-compatible gateway.
Codex CLI and Desktop
Connect Codex CLI and the desktop app through the Responses-compatible gateway.
Cherry Studio
Connect Cherry Studio as a custom OpenAI-compatible model service.
DeepSeek Harness
Connect DeepSeek Harness with a custom OpenAI Chat Completions provider.
Before you begin
Create a platform key at Token Management. Copy the complete {manufacturer}/{model} ID from the Models page; do not infer capabilities from the manufacturer name. Coding agents should use a chat model that supports function calling, but capability must be checked on the model details rather than assumed from its name.
Base URL rules
Claude Code uses Anthropic Messages at http://127.0.0.1:11113. Other OpenAI-compatible clients and Codex use http://127.0.0.1:11113/v1. Clients append their operation path themselves, so do not paste /chat/completions, /responses, or /messages into a Base URL.
Security and compatibility
Store keys only in local secret storage or environment variables, and never commit them. Third-party UIs and configuration formats may change as they are upgraded; verify the actual requests made by the current tool version. For protocol details, see Protocols, Errors, and Request Logs.
Help us improve this page
Found something unclear, outdated, or incorrect?
Last updated on