forked from manickbhan/agentic-mastermind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.31 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Agentic Marketing Mastermind — Environment Variables
# Copy this file to .env and fill in your values.
# The setup wizard (bash setup.sh) will do this for you automatically.
# SearchAtlas API Key (required)
# Get yours at: https://searchatlas.com -> Settings -> API Keys
SA_API_KEY=your_searchatlas_api_key
SA_STAGING_API_KEY= # optional — for staging/testing
# Slack Integration (optional — for /send-slack)
# Create an Incoming Webhook at: https://api.slack.com/messaging/webhooks
# Supports multiple named channels — add SLACK_WEBHOOK_{NAME} for each:
SLACK_WEBHOOK_URL= # default channel
# SLACK_WEBHOOK_SEO= # named channel: seo
# SLACK_WEBHOOK_PPC= # named channel: ppc
# SLACK_WEBHOOK_CLIENTS= # named channel: clients
# Discord Integration (optional — for /send-discord)
# Create a webhook at: Server Settings → Integrations → Webhooks
DISCORD_WEBHOOK_URL=
# Email Integration via Resend (optional — for /send-email)
# Sign up at: https://resend.com → API Keys
# Free tier: 100 emails/day. Use onboarding@resend.dev for testing.
RESEND_API_KEY=
EMAIL_FROM=reports@yourdomain.com
# Circle Community Integration (optional — for /send-circle)
# Get your API key at: https://app.circle.so -> Settings -> API
CIRCLE_API_KEY=
CIRCLE_COMMUNITY_ID=