Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .env.example → .env.local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required
FIRECRAWL_API_KEY=your_firecrawl_api_key # Get from https://firecrawl.dev (Web scraping)
FIRECRAWL_API_KEY=fc-ac914b5880a84b118e8f6aeba8dcd613 # Get from https://firecrawl.dev (Web scraping)

# =================================================================================
# SANDBOX PROVIDER - Choose Option 1 OR 2
Expand All @@ -12,7 +12,7 @@ SANDBOX_PROVIDER=vercel
# Vercel Authentication - Choose method a OR b
# Method a: OIDC Token (recommended for development)
# Run `vercel link` then `vercel env pull` to get VERCEL_OIDC_TOKEN automatically
VERCEL_OIDC_TOKEN=auto_generated_by_vercel_env_pull
VERCEL_OIDC_TOKEN=ITnrvBYid5zIk1aqCCuXJAiY

# Method b: Personal Access Token (for production or when OIDC unavailable)
# VERCEL_TEAM_ID=team_xxxxxxxxx # Your Vercel team ID
Expand All @@ -26,7 +26,7 @@ GROQ_API_KEY=your_groq_api_key_here
# Option 2: E2B Sandbox
# Set SANDBOX_PROVIDER=e2b and configure E2B_API_KEY below
# SANDBOX_PROVIDER=e2b
# E2B_API_KEY=your_e2b_api_key # Get from https://e2b.dev
# E2B_API_KEY=e2b_6d9c101aeb4b17a3c62dcd260b4f07fcce101f35 # Get from https://e2b.dev

# =================================================================================
# AI PROVIDERS - Need at least one
Expand All @@ -38,7 +38,7 @@ AI_GATEWAY_API_KEY=your_ai_gateway_api_key # Get from https://vercel.com/dashbo
# Individual provider keys (used when AI_GATEWAY_API_KEY is not set)
ANTHROPIC_API_KEY=your_anthropic_api_key # Get from https://console.anthropic.com
OPENAI_API_KEY=your_openai_api_key # Get from https://platform.openai.com (GPT-5)
GEMINI_API_KEY=your_gemini_api_key # Get from https://aistudio.google.com/app/apikey
GEMINI_API_KEY=AIzaSyBYptBYBq38cZNIA2R_YFzc7-XifoIujqM # Get from https://aistudio.google.com/app/apikey
GROQ_API_KEY=your_groq_api_key # Get from https://console.groq.com (Fast inference - Kimi K2 recommended)

# Optional Morph Fast Apply
Expand Down