Integrations
Claude Code
Point Claude Code at Token Harbor manually — Base URL, API key, and exact steps. One key, every model, no CLI required.
Claude Code + Token Harbor
Anthropic's terminal coding agent. Route it through Token Harbor to use every model with a single key.
Get a thk_… key from /dashboard/api-keys (a free account works), then:
Claude Code reads its config from ~/.claude/settings.json. Add an env block:
{
"env": {
"ANTHROPIC_BASE_URL": "https://tokenharbor.ai",
"ANTHROPIC_AUTH_TOKEN": "YOUR_thk_KEY"
}
}
Then start a new terminal and run claude. That's it — Claude Code now routes
through Token Harbor. To pick a specific model, use /model inside Claude Code.
Prefer one command? The tokenharbor CLI configures Claude Code
automatically (and can undo it).