THE OFFICE
Settings

Provider & integrations

Edit values in .env.local then restart the dev server.

Active Provider
Connected
Provideropenrouter
Modelanthropic/claude-sonnet-4.5
API key configuredyes
Environment
AI_PROVIDERopenrouter
OPENROUTER_API_KEYset
OPENAI_API_KEYset
ANTHROPIC_API_KEYset
BREVO_API_KEYset
How provider routing works
  1. If AI_PROVIDER is set explicitly, that wins.
  2. Otherwise the app picks OpenRouter if its key is set, then OpenAI, then mock.
  3. Mock mode generates deterministic agent outputs so the UI works with no keys.
  4. Anthropic mode calls the Anthropic API directly; OpenRouter and OpenAI use the OpenAI-compatible chat completions API.