-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.env.example
More file actions
49 lines (39 loc) · 1 KB
/
.env.example
File metadata and controls
49 lines (39 loc) · 1 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
# Convex
CONVEX_DEPLOYMENT=
# Required - Default model provider
ANTHROPIC_API_KEY=
# Multi-model support (optional)
OPENAI_API_KEY=
OPENROUTER_API_KEY=
OPENCODE_ZEN_API_KEY=
# Security - Generate a random 256-bit key
SKILL_SECRET_ENCRYPTION_KEY=
# Channels - Phase 4 (set as needed)
TELEGRAM_BOT_TOKEN=
TELEGRAM_WEBHOOK_SECRET=
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_WHATSAPP_NUMBER=
SLACK_BOT_TOKEN=
SLACK_SIGNING_SECRET=
DISCORD_BOT_TOKEN=
DISCORD_PUBLIC_KEY=
RESEND_API_KEY=
# Voice - Phase 5 (optional)
ELEVENLABS_API_KEY=
ELEVENLABS_VOICE_ID=
# Cloudflare R2 storage (optional, Convex native storage is default)
R2_ACCOUNT_ID=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
R2_BUCKET_NAME=
R2_PUBLIC_URL=
# Stagehand / Browserbase (optional, for browser automation)
BROWSERBASE_API_KEY=
BROWSERBASE_PROJECT_ID=
# Firecrawl (optional, for web scraping)
FIRECRAWL_API_KEY=
# X / Twitter API (for research search, optional)
X_BEARER_TOKEN=
# Supermemory (optional, for persistent agent memory)
SUPERMEMORY_API_KEY=