Integrations
Aider
Point Aider at Token Harbor manually — Base URL, API key, and exact steps. One key, every model, no CLI required.
Aider + Token Harbor
The terminal pair programmer. 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:
Aider uses the OpenAI environment variables. In your shell:
export OPENAI_API_BASE="https://tokenharbor.ai/v1"
export OPENAI_API_KEY="YOUR_thk_KEY"
aider --model openai/gpt-5.5
Any model id from the catalog works after the openai/ prefix.
Prefer one command? The tokenharbor CLI configures Aider
automatically (and can undo it).