-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
72 lines (63 loc) · 2.78 KB
/
env.example
File metadata and controls
72 lines (63 loc) · 2.78 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# =============================================================================
# LLM API Keys (at least one required)
# =============================================================================
OPENAI_API_KEY=your-api-key
ANTHROPIC_API_KEY=your-api-key
GOOGLE_API_KEY=your-api-key
XAI_API_KEY=your-api-key
OPENROUTER_API_KEY=your-api-key
MOONSHOT_API_KEY=your-api-key
DEEPSEEK_API_KEY=your-api-key
# Ollama (Local LLM)
OLLAMA_BASE_URL=http://127.0.0.1:11434
# =============================================================================
# Web Search API Keys (Exa → Perplexity → Tavily, first available is used)
# =============================================================================
EXASEARCH_API_KEY=your-api-key
PERPLEXITY_API_KEY=your-api-key
TAVILY_API_KEY=your-api-key
# =============================================================================
# Analytics Platforms
# =============================================================================
GA4_ACCESS_TOKEN=your-access-token
POSTHOG_API_KEY=your-api-key
POSTHOG_HOST=https://app.posthog.com
MIXPANEL_API_KEY=your-api-key
AMPLITUDE_API_KEY=your-api-key
# =============================================================================
# SEO Tools
# =============================================================================
AHREFS_API_KEY=your-api-key
SEMRUSH_API_KEY=your-api-key
GSC_ACCESS_TOKEN=your-access-token
# =============================================================================
# Advertising Platforms
# =============================================================================
GOOGLE_ADS_API_KEY=your-api-key
META_ADS_ACCESS_TOKEN=your-access-token
LINKEDIN_ADS_ACCESS_TOKEN=your-access-token
TIKTOK_ADS_ACCESS_TOKEN=your-access-token
# =============================================================================
# Email Marketing
# =============================================================================
MAILCHIMP_API_KEY=your-api-key
KLAVIYO_API_KEY=your-api-key
RESEND_API_KEY=your-api-key
SENDGRID_API_KEY=your-api-key
# =============================================================================
# CRM & Sales
# =============================================================================
HUBSPOT_API_KEY=your-api-key
INTERCOM_API_KEY=your-api-key
# =============================================================================
# Payments & Revenue
# =============================================================================
STRIPE_API_KEY=your-api-key
PADDLE_API_KEY=your-api-key
# =============================================================================
# Tracing & Observability (optional)
# =============================================================================
LANGSMITH_API_KEY=your-api-key
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
LANGSMITH_PROJECT=gary
LANGSMITH_TRACING=true