Use SoxAI as the API backend for Claude Code, giving you access to 200+ AI models through one API key.
Sign up at console.soxai.io (free $5 credit, no card required) and create an API token.
macOS / Linux:
export ANTHROPIC_BASE_URL="https://api.soxai.io"
export ANTHROPIC_API_KEY="sox-your-key-here"Add to your ~/.bashrc or ~/.zshrc to persist.
Windows (PowerShell):
$env:ANTHROPIC_BASE_URL = "https://api.soxai.io"
$env:ANTHROPIC_API_KEY = "sox-your-key-here"claude code # works as usual, requests go through SoxAI- Unified billing — one account for Claude Code + other AI tools
- Team management — per-developer API keys with spending limits
- Automatic failover — if Anthropic is down, requests can route to other providers
- Cost tracking — see exactly what each Claude Code session costs