Integrations
Continue
Point Continue at Token Harbor manually — Base URL, API key, and exact steps. One key, every model, no CLI required.
Continue + Token Harbor
The open-source VS Code / JetBrains assistant. 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:
Continue reads ~/.continue/config.json (or config.yaml). Add a model:
{
"models": [
{
"title": "Token Harbor",
"provider": "openai",
"apiBase": "https://tokenharbor.ai/v1",
"apiKey": "YOUR_thk_KEY",
"model": "gpt-5.5"
}
]
}
Reload the window and pick Token Harbor in the model dropdown.
Prefer one command? The tokenharbor CLI configures Continue
automatically (and can undo it).