Integrations
Every coding agent and editor that runs on CoralBricks today, and what each one takes to set up. GLM and Kimi with up to 1M context, behind whichever tool you already work in.
CoralBricks speaks the APIs these tools already expect — the Anthropic
Messages API, the OpenAI Responses API, and OpenAI-compatible chat — so most
setups are a base URL and a key rather than a plugin.
Start with an API key; every guide below assumes one.
Coding agents
- OpenCode — no config at all. CoralBricks ships in
OpenCode's built-in provider registry, so the models appear in the picker
once your key is set.
- Claude Code — native Anthropic Messages API. Point
ANTHROPIC_BASE_URL at us and run open models with zero client changes.
- Codex CLI — we speak the Responses API natively, so
Codex works without the translation shim chat-only providers need. One
provider block in
config.toml.
- Cline — an OpenAI-compatible provider in the extension,
or a one-liner via the CLI.
- Kilo Code — custom provider in VS Code or JetBrains;
it auto-detects our model list.
Editors and assistants
- Cursor — companion extension with live key validation,
or a three-paste manual setup.
- GitHub Copilot — Bring Your Own Key in VS Code Chat;
add CoralBricks as an OpenAI-compatible language model.
Anything else
Any client that can point at an OpenAI-compatible or Anthropic-compatible
base URL will work without a dedicated guide — see the
API reference for endpoints, model slugs, and rates.
Using CoralBricks somewhere that isn't listed here, or want a guide for a
tool we've missed? Tell us at hello@coralbricks.ai.