# {{project_name}} — environment. Copy to .env and fill in.  cp env .env
#
# The whole pod runs on Tier 1 alone against the seed dev store (./data). The
# LLM chain (coordinate -> intake -> qualify -> route -> research/revive) works
# day-0; the enrichment reads, pipeline/nurture/ABM connectors, and the CRM
# commit use dev stand-ins that ANNOUNCE themselves until you wire Tiers 2-3.

# ── Tier 1 — required to boot ──────────────────────────────────────────────
LEAFMESH_LICENSE_KEY=
OPENAI_API_KEY=              # Sol + intake + revival + the Manager (gpt-4o-mini)
ANTHROPIC_API_KEY=           # qualification + research (claude-sonnet-4-6)
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
LEAFMESH_ENV_TOKEN=development

# ── HITL — where human members are notified (SDR / AE / Sales Manager) ──
HITL_OUTBOUND_URL=http://127.0.0.1:9999/human-notify

# ── Manager escalation (optional; defaults to public PagerDuty enqueue) ──
PAGER_WEBHOOK=
SLACK_SALES_CHANNEL=

# ── Tier 2 — real enrichment for the research desk (ZoomInfo / Clearbit /
#    Explorium). Set the URL, then UNCOMMENT the mcp block on
#    sales_research_agent in configs/config.yaml. Inert until then. ──
ENRICHMENT_MCP_URL=
ENRICHMENT_MCP_TOKEN=

# ── Tier 3 — n8n connector workflows (your CRM/MAP owns the state:
#    Salesforce / HubSpot pipeline + ABM ledger; Outreach / HubSpot nurture) ──
N8N_PIPELINE_HEALTH_WEBHOOK_URL=
N8N_NURTURE_WEBHOOK_URL=
N8N_ABM_WEBHOOK_URL=
