CC Switch is a config switcher — it writes OrcaRouter’s base URL / key /
model into the config files that Claude Code, Codex, or Gemini CLI read, and
lets you switch providers from one place. It also has a built-in connection
test, so you can verify the endpoint right inside CC Switch.
Install the CC Switch app
Connect
- Pick the target app at the top of CC Switch (Claude Code / Codex / Gemini).
- Click + to add a provider and fill in:
- Name: e.g.
orcarouter/auto - Base URL: use the rule for the target app’s protocol — for Claude Code
it’s the bare host
https://api.orcarouter.ai(no/v1); for OpenAI-protocol apps usehttps://api.orcarouter.ai/v1. - API key:
sk-orca-... - Model:
orcarouter/auto(or a specificvendor/model)
- Name: e.g.
- Select the provider (it shows in use) — CC Switch writes it into the target CLI’s config.
- Use the built-in test to check connectivity.
Verified in-app: a
orcarouter/auto provider for Claude Code with base URL
https://api.orcarouter.ai passed CC Switch’s built-in test (orcarouter/auto running normally, ~731ms).Notes
- Install the CC Switch desktop app first (see above).
- For Claude Code, the base URL is the bare host (no
/v1) — it’s an Anthropic-protocol tool. See Claude Code. - After switching, the configured CLI (e.g. Claude Code or Codex CLI) uses OrcaRouter directly.
