Docs
Get from an API key to a working coding agent. Use the OpenAI-compatible endpoint, or the Anthropic Messages API for Claude Code.
Get started
1. Create an API key
In the ChronosIQ console. Keys look like kcd_live_….
2. Install the CLI
Linux and macOS:
curl -fsSL https://chronosiq.com/cli/install.sh | bashWindows binaries are onGitHub Releases.
3. Log in and configure an agent
chronos login
chronos configure opencodeFull agent list and per-tool steps: Connect your coding agent.
Connect an agent
Each guide lists CLI steps and manual connection values. Placeholders only — never paste real keys into docs.
API
One organization key works on both endpoints. Pick a curated model, or setchronos/select for intelligent routing.
OpenAI-compatible
Cursor, Cline, Continue, OpenCode, and other OpenAI-compatible clients.
| Base URL | https://api.chronosiq.com/v1 |
|---|---|
| Endpoint | POST /v1/chat/completions |
| Auth | Authorization: Bearer kcd_live_… |
Anthropic-compatible
Claude Code and Anthropic SDKs. ANTHROPIC_BASE_URL is the gateway origin — the client appends /v1/messages.
| Base URL | https://api.chronosiq.com |
|---|---|
| Endpoint | POST /v1/messages |
| Auth | x-api-key: kcd_live_… |