← All integrationsIntegrations
Claude Code
Anthropic's official CLI — point it at apiToken.sale with two env vars.
01
Create a key
Generate one sk-pool-* key in your dashboard.
02
Point to apiToken.sale
Set the base URL and key using the config below.
03
Start building
Every supported Claude model runs on the same balance.
Configuration
# set once in your shell profile export ANTHROPIC_BASE_URL=https://api.apitoken.sale export ANTHROPIC_API_KEY=sk-pool-••• # then just run claude