Skip to main content

Environment Variables

All environment variables go in .env.local at the project root. Restart the dev server after changes.

Framework

Core

LLM

TTS

STT

Integrations

Sharing

Database

Notes

  • OPENAI_API_KEY is shared across LLM, TTS (gpt-4o-mini-tts), and STT (Whisper)
  • BUILDER_STT_DEEPGRAM_API_KEY is for voice dictation in the builder only; use DEEPGRAM_API_KEY for Deepgram STT/TTS nodes in your flow
  • GROQ_API_KEY is shared across LLM and TTS
  • BUILDER_LLM_ANTHROPIC_API_KEY is for the AI flow generator only; use ANTHROPIC_API_KEY for Anthropic LLM nodes in your flow
  • BUILDER_LLM_GEMINI_API_KEY and BUILDER_STT_GEMINI_API_KEY can hold the same Google API key value if you use a single Google project