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 | bash

Windows binaries are onGitHub Releases.

3. Log in and configure an agent

chronos login
chronos configure opencode

Full 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 URLhttps://api.chronosiq.com/v1
EndpointPOST /v1/chat/completions
AuthAuthorization: Bearer kcd_live_…

Anthropic-compatible

Claude Code and Anthropic SDKs. ANTHROPIC_BASE_URL is the gateway origin — the client appends /v1/messages.

Base URLhttps://api.chronosiq.com
EndpointPOST /v1/messages
Authx-api-key: kcd_live_…