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
| Tool | Protocol | How it connects |
|---|---|---|
| Claude Code | Anthropic-compatible | Anthropic's CLI agent. Connects to Tokenator through the Anthropic-compatible endpoint and a settings.json file. |
| Codex CLI | OpenAI Responses | OpenAI's CLI agent. Uses its own ~/.codex/config.toml with a custom model_provider. |
| OpenCode | OpenAI-compatible | Open-source terminal agent. The provider is declared in opencode.json via @ai-sdk/openai-compatible. |
| Cursor | OpenAI-compatible | VS Code-based IDE. Its model settings allow overriding the OpenAI base URL. |
| Cline | OpenAI-compatible | VS Code extension. Its "OpenAI Compatible" provider accepts an arbitrary base URL and model ID. |
| Kilo Code | OpenAI-compatible | VS Code extension with an agent mode. Configured as an OpenAI-compatible provider. |
| Cherry Studio | OpenAI-compatible | Desktop chat client for Windows, macOS and Linux. Added as a custom OpenAI-type provider; the API address is entered with a trailing slash. |
| DeepSeek Harness | OpenAI-compatible | DeepSeek's official agent harness with a web UI. A third-party gateway is declared as a custom route: endpoint, protocol and model list. |
| Hermes | OpenAI-compatible | Nous Research's agent with a desktop UI and a CLI. Your own address is added in the settings as a custom endpoint. |
| Pi | OpenAI-compatible | A minimal terminal harness. Custom providers and models are declared in ~/.pi/agent/models.json. |
| OpenClaw | either of the two | Self-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.