Settings
Configure your API keys and integrations
API Keys & Configuration
Configure your API keys and credentials below. These are stored securely in your .env file.
Environment Variables
You can also directly edit your .env file.
# Database DATABASE_URL="mysql://..." # Groq AI GROQ_API_KEY="gsk_..." GROQ_MODEL="llama-3.3-70b-versatile" # Deepgram (Speech to Text) DEEPGRAM_API_KEY="..." DEEPGRAM_MODEL="nova-3" # Cartesia (Text to Speech) CARTESIA_API_KEY="..." CARTESIA_VOICE_ID="barney" # LiveKit LIVEKIT_API_KEY="..." LIVEKIT_API_SECRET="..." NEXT_PUBLIC_LIVEKIT_URL="wss://..." # Voobiz VOBIZ_SIP_DOMAIN="..." VOBIZ_SIP_USERNAME="..." VOBIZ_SIP_PASSWORD="..." VOBIZ_PHONE_NUMBER="..." VOBIZ_API_KEY="..." VOBIZ_WEBHOOK_SECRET="..." # App NEXT_PUBLIC_APP_URL="http://localhost:3000"