-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
34 lines (29 loc) · 970 Bytes
/
.env.example
File metadata and controls
34 lines (29 loc) · 970 Bytes
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
# Frontend
NEXT_PUBLIC_CONVEX_URL=
# Backend
JARVIS_ENV=development
JARVIS_FRONTEND_ORIGIN=http://localhost:3000
JARVIS_API_PORT=8000
JARVIS_LOG_LEVEL=INFO
# Service integrations
CONVEX_URL=
MONGODB_URI=
EXA_API_KEY=
OPENAI_API_KEY=
GEMINI_API_KEY=
TELEGRAM_BOT_TOKEN=
PIMEYES_ACCOUNT_POOL=[]
# Laminar observability — get your key at https://www.lmnr.ai
# Config reads LAMINAR_API_KEY; the SDK receives it via Laminar.initialize()
LAMINAR_API_KEY=
# Browser Use v2 cloud — get your key at https://cloud.browser-use.com/new-api-key
# When set, agents use cloud browser sessions with persistent auth.
# To set up authenticated sessions:
# 1. Set this key
# 2. Run `browseruse` CLI interactively
# 3. Log into LinkedIn, Twitter, Instagram manually
# 4. Sessions persist in your Browser Use cloud profile
BROWSER_USE_API_KEY=
# SuperMemory — long-term memory / dossier cache for the pipeline
# Get your key at https://supermemory.ai
SUPERMEMORY_API_KEY=