# {{project_name}} — environment. Copy to .env and fill in.  cp env .env

# ── Required ──────────────────────────────────────────────────────
LEAFMESH_LICENSE_KEY=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=            # GTM/offering/campaign/enrichment use Claude

# ── State store ───────────────────────────────────────────────────
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=

# ── Connectors (set when you wire each system; inert until then) ──
SERP_MCP_URL=                 # web research (SERP / Surfer)
APOLLO_MCP_URL=               # prospect data (lead_sourcing)
SEQUENCER_MCP_URL=            # EmailBison / Instantly (sequence_uploader)
MAILBOX_MCP_URL=              # reply ingest (reply_puller)
CALENDAR_MCP_URL=             # meeting_booker (Google / Cal.com)
CRM_MCP_URL=                  # Salesforce / HubSpot (crm_sync)

# ── Email channel (sending + reply ingest) ───────────────────────
# Uncomment the channels: blocks in configs/config.yaml to use these.
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASSWORD=
FROM_ADDRESS=                 # the address sequences are sent from
IMAP_HOST=
IMAP_USER=
IMAP_PASSWORD=
