Setup

Configure OpenClaw to use Geoff as your AI backend.

1. Set your API key

export GEOFF_API_KEY="your-api-key"

2. Configure OpenClaw

Set the base URL and API key in your OpenClaw configuration:
{
  "provider": "custom",
  "base_url": "https://geoff.ai/api/v1",
  "api_key": "${GEOFF_API_KEY}",
  "model": "magma"
}

3. Start using OpenClaw

OpenClaw will now route all requests through the Geoff API proxy, giving you access to all available models.