Integrations
OpenClaw
Point OpenClaw at Token Harbor manually — Base URL, API key, and exact steps. One key, every model, no CLI required.
OpenClaw + Token Harbor
The open-source 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:
OpenClaw reads ~/.openclaw/openclaw.json. Register a provider and allow the
model (both steps — the provider alone leaves nothing selectable):
{
"models": {
"providers": {
"tokenharbor": {
"name": "Token Harbor",
"baseUrl": "https://tokenharbor.ai/v1",
"apiKey": "YOUR_thk_KEY",
"api": "openai-completions",
"models": [{ "id": "th-orchestra", "name": "Token Harbor" }]
}
}
},
"agents": { "defaults": { "models": ["tokenharbor/th-orchestra"] } }
}
Then pick tokenharbor/th-orchestra inside OpenClaw.
Prefer one command? The tokenharbor CLI configures OpenClaw
automatically (and can undo it).