Use Claude Code with your platform’s Anthropic-compatible proxy.
Install Claude Code
- Native Install (Recommended)
- Homebrew
- WinGet
macOS, Linux, WSL:Windows PowerShell:Windows CMD:
Configure your platform API
Important: Before configuring, clear the following Anthropic-related environment variables so old values do not override your platform settings:
ANTHROPIC_BASE_URLANTHROPIC_AUTH_TOKEN
Choose an integration method
- Manual configuration
Edit or create Claude Code’s configuration file:With those two variables set, Claude Code will send Claude requests through your platform. No extra model-related fields are required.Then edit or create
- macOS & Linux:
~/.claude/settings.json - Windows:
%USERPROFILE%\.claude\settings.json
APIGO_API_KEY: your platform API key
~/.claude.json:Note: Environment variablesANTHROPIC_AUTH_TOKENandANTHROPIC_BASE_URLtake precedence over the configuration file.
Launch Claude Code
After configuration, navigate to your project directory and run theclaude command in the terminal to launch Claude Code.
