Setup

Route Claude Code through the Geoff API proxy.

1. Set environment variables

export ANTHROPIC_BASE_URL="https://geoff.ai/api"
export ANTHROPIC_API_KEY="your-geoff-api-key"

2. Run Claude Code

claude
Claude Code will now route all Anthropic API calls through Geoff, using your Geoff API key for authentication.
Since the Geoff API is fully compatible with the Anthropic API, Claude Code works seamlessly without any additional configuration.