Earbowe API
OpenAI-compatible · coding-agent ready

One base URL for coding agents

Earbowe is an OpenAI-compatible API gateway. Point Codex, Cline, OpenCode, SDKs, and custom agents at a single endpoint — not a content site, not a 500-model marketplace page.

Base URLs
Global:  https://api.earbowe.com/v1
China:   https://api.3861343.xyz/v1
Docs:    https://www.earbowe.com/en/quickstart/

1. Get a key

Create an API token in the console, then keep it out of git and client-side code.

2. Set base URL

Use .../v1 in your agent or SDK. Do not use the www content host as an API base.

3. Verify models

GET /v1/models with your token. Use only IDs that appear for that key.

Quick check
curl -sS https://api.earbowe.com/v1/models \
  -H "Authorization: Bearer sk-..."

Need setup walkthroughs? Technical guides live on the content site: Codex · Quickstart · Models