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