Integrations
Zed
Point Zed at Token Harbor manually — Base URL, API key, and exact steps. One key, every model, no CLI required.
Zed + Token Harbor
The high-performance editor. 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:
Zed's assistant supports OpenAI-compatible providers in settings.json:
{
"language_models": {
"openai_compatible": {
"Token Harbor": {
"api_url": "https://tokenharbor.ai/v1",
"available_models": [{
"name": "th-orchestra",
"display_name": "TH Orchestra",
"max_tokens": 200000,
"max_output_tokens": 8192
}]
}
}
}
}
Use Zed's provider-key prompt so the key is stored in the operating system
keychain rather than in settings.json.
The tokenharbor CLI prints the block and values. It leaves
Zed's JSON-with-comments file and keychain untouched, so it does not undo what
you paste there.
Official reference: Zed API access.