← All agents
Claude Code
Configure with chronos configure claude-code, or follow the manual connection values below.
Steps
- Run: chronos login
- Set ANTHROPIC_BASE_URL=https://api.chronosiq.com
- Set ANTHROPIC_API_KEY to your ChronosIQ key (kcd_live_…)
- Run Claude Code — it will route through ChronosIQ via POST /v1/messages
Manual connection
Anthropic clients append /v1/messages, so the base URL is the gateway origin (no /v1). Replace the API key with your own kcd_live_… key from the console.
| Base URL | https://api.chronosiq.com |
|---|---|
| API key | kcd_live_… |
| Auth header | x-api-key: kcd_live_… |
Example models: chronos/select, chronos/free, claude-sonnet-5.
CLI configure
chronos login
chronos configure claude-code