Tools
Claude Code CLI
Configure Claude Code CLI with Anthropic-compatible AnyRoute access.
Use an Anthropic group for native Claude workflows. OpenAI and Gemini groups can also serve /v1/messages compatibility when that is the intended route.
| Field | Value |
|---|---|
| Protocol | Anthropic Messages |
| Base URL | https://anyroute.io |
| API key variable | ANTHROPIC_AUTH_TOKEN |
export ANTHROPIC_BASE_URL="https://anyroute.io"
export ANTHROPIC_AUTH_TOKEN="YOUR_ANYROUTE_API_KEY"
export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1Do not append /v1 to ANTHROPIC_BASE_URL for Claude Code unless the Dashboard-generated command explicitly does so.
AnyRoute Docs