Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.14 KB

File metadata and controls

40 lines (26 loc) · 1.14 KB

Using Claude Code with SoxAI

Use SoxAI as the API backend for Claude Code, giving you access to 200+ AI models through one API key.

Setup

1. Get your SoxAI API key

Sign up at console.soxai.io (free $5 credit, no card required) and create an API token.

2. Configure Claude Code

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"

3. Use Claude Code normally

claude code  # works as usual, requests go through SoxAI

Why use SoxAI with Claude Code?

  • 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