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.

Configured

Get your API key from groq.com

Configured

Get your API key from deepgram.com

Configured

Get your API key from cartesia.ai

Configured

Your LiveKit server URL

Configured

Your LiveKit API key

Configured

Your LiveKit API secret

Configured

Your SIP trunk ID from LiveKit

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"