-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (33 loc) · 2.69 KB
/
Copy path.env.example
File metadata and controls
42 lines (33 loc) · 2.69 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
# ── Core (already set) ───────────────────────────────────────────────────────
ANTHROPIC_API_KEY=sk-ant-...
SUPABASE_URL=https://tnyjqpxrxiihuafqaluh.supabase.co
SUPABASE_SERVICE_ROLE_KEY=sb_secret_...
# ── Get at Twilio booth ──────────────────────────────────────────────────────
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_FROM_NUMBER=+1XXXXXXXXXX # your Twilio number
# ── Get at AgentPhone booth ──────────────────────────────────────────────────
AGENTPHONE_API_KEY=...
AGENTPHONE_AGENT_ID=...
# After ngrok is running: set webhook URL in AgentPhone dashboard to:
# https://<your-ngrok-id>.ngrok.io/webhook/agentphone
# ── Get at AgentMail booth ───────────────────────────────────────────────────
AGENTMAIL_API_KEY=...
AGENTMAIL_INBOX=threats@your-inbox.agentmail.to
# ── Get at Supermemory booth ─────────────────────────────────────────────────
SUPERMEMORY_API_KEY=...
# ── Get at Moss booth ────────────────────────────────────────────────────────
MOSS_PROJECT_ID=...
MOSS_PROJECT_KEY=...
MOSS_INDEX_ID=threat-vector-tips
# ── Get at Stripe booth ──────────────────────────────────────────────────────
STRIPE_SECRET_KEY=sk_test_...
STRIPE_CUSTOMER_ID=cus_...
# ── Get at Sponge booth ──────────────────────────────────────────────────────
SPONGE_API_KEY=...
SPONGE_WALLET_ID=...
# ── Who gets alerted ────────────────────────────────────────────────────────
PRINCIPAL_PHONE=+1XXXXXXXXXX # your phone for demo
SAFETY_OFFICER_EMAIL=you@email.com # your email for demo
# ── Tunnel (set after running ngrok) ────────────────────────────────────────
NGROK_URL=https://xxxx.ngrok.io