# Anthropic API key — https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=

# Model the agent runs on.
LLM_MODEL=claude-sonnet-5
LLM_MAX_TOKENS=4096

# Optional: route requests through an Anthropic-compatible gateway or proxy
# (LiteLLM, an internal gateway, a local server). Leave blank for the
# Anthropic API itself.
# LLM_BASE_URL=http://localhost:4000
# LLM_AUTH_TOKEN=

SECRET_KEY=changethis
ENVIRONMENT=development
