Tokenator integrations with AI tools

Tokenator plugs into tools as a plain OpenAI- or Anthropic-compatible server. Below are ready-made guides for popular agents and editors.

Tools with step-by-step guides

ToolProtocolHow it connects
Claude CodeAnthropic-compatibleAnthropic's CLI agent. Connects to Tokenator through the Anthropic-compatible endpoint and a settings.json file.
Codex CLIOpenAI ResponsesOpenAI's CLI agent. Uses its own ~/.codex/config.toml with a custom model_provider.
OpenCodeOpenAI-compatibleOpen-source terminal agent. The provider is declared in opencode.json via @ai-sdk/openai-compatible.
CursorOpenAI-compatibleVS Code-based IDE. Its model settings allow overriding the OpenAI base URL.
ClineOpenAI-compatibleVS Code extension. Its "OpenAI Compatible" provider accepts an arbitrary base URL and model ID.
Kilo CodeOpenAI-compatibleVS Code extension with an agent mode. Configured as an OpenAI-compatible provider.
Cherry StudioOpenAI-compatibleDesktop chat client for Windows, macOS and Linux. Added as a custom OpenAI-type provider; the API address is entered with a trailing slash.
DeepSeek HarnessOpenAI-compatibleDeepSeek's official agent harness with a web UI. A third-party gateway is declared as a custom route: endpoint, protocol and model list.
HermesOpenAI-compatibleNous Research's agent with a desktop UI and a CLI. Your own address is added in the settings as a custom endpoint.
PiOpenAI-compatibleA minimal terminal harness. Custom providers and models are declared in ~/.pi/agent/models.json.
OpenClaweither of the twoSelf-hosted agent. Works with any endpoint that is OpenAI- or Anthropic-compatible.

The general connection pattern

Any tool that accepts a custom base URL connects to Tokenator with three values: the endpoint address, a key and a model ID. Nothing Tokenator-specific has to be configured in the client — from the tool's point of view this is a plain OpenAI- or Anthropic-compatible server.

If your tool is not listed, start from the API documentation, which lists the endpoints and the request format.