# =============================================================================
# PM Copilot — Environment Variables
# =============================================================================
# -----------------------------------------------------------------------------
# HelpScout (Required)
# Create an OAuth2 app at: https://secure.helpscout.net/apps/custom/
# Grant type: Client Credentials
# -----------------------------------------------------------------------------
HELPSCOUT_APP_ID=your_app_id
HELPSCOUT_APP_SECRET=your_app_secret
# -----------------------------------------------------------------------------
# ProductLift (Optional — enables convergence detection)
# Get your API key from: Portal Settings > API in your ProductLift dashboard
# Without ProductLift, analysis runs on support data only.
# -----------------------------------------------------------------------------
# Option A: Multiple portals (comma-separated, pipe-delimited)
# Format: name|url|api_key,name2|url2|api_key2
PRODUCTLIFT_PORTALS=tidycal|https://roadmap.tidycal.com|your_key,formrobin|https://roadmap.formrobin.com|your_key
# Option B: Single portal
# PRODUCTLIFT_PORTAL_NAME=tidycal
# PRODUCTLIFT_PORTAL_URL=https://roadmap.tidycal.com
# PRODUCTLIFT_API_KEY=your_key