SETTINGS
Integrations, credentials, and system configuration
VOIP / TWILIO
Account SID
Twilio Account SID from the console
Auth Token
Twilio Auth Token — keep this secret
Outbound Phone Number
Twilio phone number for outbound calls (E.164 format)
VOIP / VAPI (AI CALLS)
Vapi API Key
API key for Vapi voice AI integration
Agent Mode
Allow Vapi to make autonomous AI calls on behalf of agents
GITHUB INTEGRATION
Personal Access Token
GitHub PAT with repo and issues scope
Organization / User
GitHub org or user to pull issues from
ENVIRONMENT VARIABLES (set in Vercel / .env.local)
TWILIO_ACCOUNT_SID=...
TWILIO_AUTH_TOKEN=...
TWILIO_PHONE_NUMBER=...
VAPI_API_KEY=...
GITHUB_TOKEN=...
NEXT_PUBLIC_SUPABASE_URL=...
NEXT_PUBLIC_SUPABASE_ANON_KEY=...