Integrations
LowRouter speaks the OpenAI Chat Completions API. Anything that talks to OpenAI talks to LowRouter — usually by changing the base URL and the API key.
The pages in this section are short on purpose. Each one is a working snippet plus the two or three things that surprise people on first use.
- curl — the bare HTTP request, useful for debugging and as the source of truth.
- OpenAI SDK (Python)
- OpenAI SDK (TypeScript / JavaScript)
- Anthropic SDK
- ChatBox — desktop chat client.
- OpenCode — terminal coding assistant.
- Cline — VS Code coding agent.
- Goose — Block’s open-source agent.
- Claude Code — Anthropic’s CLI agent.
- Generic OpenAI-compatible clients — the pattern for anything not on this list.
The base URL for every integration is:
Text
https://lowrouter.ai/api/v1The auth header is:
Text
Authorization: Bearer $LOWROUTER_API_KEYThat’s the whole deal. The rest is per-tool configuration.