Settings
Provider & integrations
Edit values in .env.local then restart the dev server.
Active Provider
ConnectedProvideropenrouter
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
- If
AI_PROVIDERis set explicitly, that wins. - Otherwise the app picks OpenRouter if its key is set, then OpenAI, then mock.
- Mock mode generates deterministic agent outputs so the UI works with no keys.
- Anthropic mode calls the Anthropic API directly; OpenRouter and OpenAI use the OpenAI-compatible chat completions API.