-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
67 lines (50 loc) · 3.09 KB
/
Copy path.env.example
File metadata and controls
67 lines (50 loc) · 3.09 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
# NodeBench AI — Environment Variables
# Copy to .env.local and fill in your keys.
# Only GEMINI_API_KEY is required for the search pipeline to work.
# ─── Required ────────────────────────────────────────────────────────────────
# Google Gemini (entity extraction + grounding + QA judge)
GEMINI_API_KEY=
# Convex backend
VITE_CONVEX_URL=https://your-project.convex.cloud
CONVEX_DEPLOY_KEY=
# Hosted public research MCP (optional for external app integrations)
# Public profiles can run anonymously. Use a stable non-sensitive client id for
# usage attribution, budgets, and cost tracking before the user links/signs in.
NODEBENCH_MCP_URL=https://nodebench-mcp-unified.onrender.com?profile=gmail-research
NODEBENCH_MCP_PROFILE=gmail-research
NODEBENCH_MCP_CLIENT=your-app-name
NODEBENCH_MCP_CLIENT_VERSION=1.0.0
NODEBENCH_MCP_CLIENT_ID=
# Optional profile-scoped token for linked accounts, private profiles, or custom budgets.
NODEBENCH_MCP_TOKEN=
# ─── Search providers (at least one recommended) ────────────────────────────
# Linkup (web search) — https://linkup.so
LINKUP_API_KEY=
# ─── Optional: AI providers ─────────────────────────────────────────────────
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
# ─── Optional: Voice ────────────────────────────────────────────────────────
ELEVENLABS_API_KEY=
# ─── Optional: Integrations ─────────────────────────────────────────────────
FIGMA_ACCESS_TOKEN=
# ─── Optional: Attrition backend (QA workflow capture/replay) ───────────────
ATTRITION_URL=https://attrition-7xtb75zi5q-uc.a.run.app
# ---- Real-time alerting (ntfy) ----
# Client-side notebook errors fired via https://ntfy.sh/<topic>. Unset => silent no-op.
# Recommended: a topic per environment (dev/staging/prod) so on-call can filter.
VITE_NOTEBOOK_ALERT_NTFY_URL=
# Load-test CI-gate failures. Keep distinct from the client topic.
LOAD_TEST_NTFY_URL=
# Ops dashboard (hourly health + daily summary). Reuses the same ntfy topic.
OPS_NTFY_URL=
# ---- Notion daily dashboard (optional, ops) ----
# Create an internal Notion integration at https://www.notion.so/my-integrations,
# then share a database with it that has properties: Name (title), Date (date),
# Status (select: green/yellow/red), P95 (number), Errors (number).
NOTION_API_KEY=
NOTION_DATABASE_ID=
# ---- Entity page identity redesign (PR-C of ENTITY_PAGE_REDESIGN.md) ----
# When set to 'false' or '0', reverts the entity page to the three-view toggle
# (Classic / Notebook / Live). Per-browser override:
# localStorage.setItem('nodebench.notebookIdentityRedesignDisabled', '1')
VITE_NOTEBOOK_IDENTITY_REDESIGN_ENABLED=