-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 828 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 828 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
# Server port
PORT=3000
# App package name - must match MentraOS Developer Console
PACKAGE_NAME=com.mentra.merge.dev
# MentraOS developer API key
MENTRAOS_API_KEY=your_api_key_here
# Azure OpenAI — for Mastra agents
AZURE_OPENAI_API_KEY=your_azure_openai_api_key_here
AZURE_OPENAI_RESOURCE=mentra-uscentral-resource
AZURE_OPENAI_DEPLOYMENT=gpt-5.4-mini
# SerpAPI key (for web search agent)
# Get your API key from https://serpapi.com/
SERPAPI_API_KEY=your_serpapi_api_key_here
# Google Maps API key (for Places agent + geocoding)
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
# Google Weather API key (for Weather agent — falls back to GOOGLE_MAPS_API_KEY)
GOOGLE_WEATHER_API_KEY=your_google_weather_api_key_here
# Cookie secret (optional — defaults to MENTRAOS_API_KEY)
# COOKIE_SECRET=your_cookie_secret_here