Reference
Environment Variables
Complete reference of all environment variables across the system.
| Variable | Used by | Description |
|---|---|---|
ANTHROPIC_API_KEY | Agent | Claude API key (alternative to OAuth login) |
CLAUDE_MODEL | Agent | Model to use (default: claude-sonnet-4-6) |
QOBI_USER_ID | Agent | Basecamp person ID to filter webhooks |
HOOKDECK_API_KEY | Agent | Hookdeck CLI auth for webhook tunneling |
SUPABASE_URL | Console, Worker | Supabase API URL |
SUPABASE_ANON_KEY | Console | Supabase public key (client-safe) |
SUPABASE_SERVICE_ROLE_KEY | Console, Worker | Supabase admin key (server-only) |
LEMONSQUEEZY_API_KEY | Console | LemonSqueezy API key |
LEMONSQUEEZY_WEBHOOK_SECRET | Console | HMAC secret for webhook verification |
LEMONSQUEEZY_STORE_ID | Console | LemonSqueezy store ID |
LEMONSQUEEZY_VARIANT_ID | Console | Product variant for checkout |
RAILWAY_TOKEN | Worker | Railway API token for provisioning |
CONSOLE_CALLBACK_URL | Worker | URL to POST instance status updates |
WORKER_SECRET | Console, Worker | Shared secret for callback auth |
DOCKER_IMAGE | Worker | Docker image to deploy for agent instances |
POLL_INTERVAL_MS | Worker | Job poll interval (default: 5000) |