Integrations
ZoneToken works with any tool that speaks the OpenAI or Anthropic API. Below are ready-to-paste configurations for popular coding assistants.
Claude Code
Edit ~/.claude/settings.json to route Claude Code through ZoneToken.
Codex
Configure the VSCode extension and CLI via ~/.codex/config.toml.
Opencode
Add a provider in ~/.config/opencode/opencode.json.
How it works
Each integration points the tool at the ZoneToken base URL and supplies your API key. The exact base URL differs slightly per tool, so use the snippet on each page as-is:
- Claude Code uses
https://api.zonetoken.net(no/v1suffix). - Codex uses
https://api.zonetoken.net/v1. - Opencode uses
https://api.zonetoken.net/v1.
In every config, replace <apiKey> with your real ZoneToken API key.
