.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
STREAM_API_KEY
secret
Stream API credentials
STREAM_API_SECRET
secret
EXAMPLE_BASE_URL
DEEPGRAM_API_KEY
secret
Deepgram API credentials
ELEVENLABS_API_KEY
secret
ElevenLabs API credentials
ELEVENLABS_VOICE_ID
OPENAI_API_KEY
secret
OpenAI API credentials
OPENAI_MODEL
secret
OPENAI_REALTIME_MODEL
secret
GOOGLE_API_KEY
secret
Google Gemini API credentials
GEMINI_API_KEY
secret
Alternative environment variable name (both supported)
CARTESIA_API_KEY
secret
Cartesia API credentials
ANTHROPIC_API_KEY
secret
Anthropic API credentials
ROBOFLOW_API_KEY
secret
Roboflow API credentials
ROBOFLOW_API_URL
LEMONSLICE_API_KEY
secret
LemonSlice API credentials
brew install flyctl && fly launch --from https://github.com/anush008/vision-agents
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anush008/vision-agents
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anush008/vision-agents