-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathenv.example
More file actions
56 lines (49 loc) · 1.81 KB
/
env.example
File metadata and controls
56 lines (49 loc) · 1.81 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
# Dex - API Keys Configuration
#
# NOTE: This file is created automatically by /setup if you enable automatic meeting processing.
# Most users don't need to manually edit this file.
#
# ===========================================
# What needs API keys?
# ===========================================
#
# 99% of Dex features work through Cursor - NO setup needed!
#
# API keys are ONLY for:
# - Automatic background meeting processing (runs when Cursor is closed)
# - /prompt-improver calling Anthropic API directly (optional optimization)
#
# ===========================================
# API Keys (add ONE of these)
# ===========================================
#
# The system auto-detects which provider you have configured.
# Priority order: Anthropic > OpenAI > Gemini
# Anthropic (Claude) - Best for /prompt-improver
# Get key: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-your-key-here
# OpenAI (GPT-4)
# Get key: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-key-here
# Google Gemini - Has generous free tier
# Get key: https://aistudio.google.com/apikey
GEMINI_API_KEY=AIza-your-key-here
# ===========================================
# Optional: Dex product analytics transport
# ===========================================
#
# IMPORTANT:
# - Do NOT commit real analytics secrets to git.
# - Prefer proxy mode so the Pendo ingestion key stays server-side.
#
# Modes:
# - proxy -> send analytics to your relay endpoint (recommended)
# - direct -> send directly to Pendo (requires PENDO_TRACK_SECRET in env)
DEX_ANALYTICS_MODE=proxy
# Proxy endpoint (recommended):
# Example: https://analytics.dex.example.com/track
DEX_ANALYTICS_ENDPOINT=
# Optional proxy auth token (if your relay requires it)
DEX_ANALYTICS_PROXY_TOKEN=
# Direct-to-Pendo mode only (not recommended for OSS clients):
PENDO_TRACK_SECRET=