# {{project_name}} — environment (template — copy to .env)
LEAFMESH_LICENSE_KEY=

OPENAI_API_KEY=
ANTHROPIC_API_KEY=

REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=

# Escalation channels
# PAGER_WEBHOOK + SLACK_MARKETING_CHANNEL are consumed by the manager's
# escalation block in configs/config.yaml (webhook + slack channel targets).
PAGER_WEBHOOK=
SLACK_MARKETING_CHANNEL=
# SLACK_BOT_TOKEN + SLACK_SIGNING_SECRET are NOT consumed anywhere yet.
# The escalation 'channel: slack' target needs a Slack adapter wired in
# code/connector to actually post (these tokens are read by that adapter).
# Set them only after you wire the adapter — they are not plug-and-play.
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=

# Connector webhooks (n8n workflows fronting YOUR systems)
# Analytics platform (GA4 / Amplitude / Looker) — marketing_analytics_agent
N8N_MARKETING_ANALYTICS_WEBHOOK_URL=
# MAP (Marketo / HubSpot) weekly campaign sweep — campaign_orchestrator_agent
N8N_CAMPAIGN_ORCHESTRATOR_WEBHOOK_URL=

LEAFMESH_ENV_TOKEN=development
