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 environment variables. |
| 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. |
| 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.