# Server PORT=3000 NODE_ENV=development APP_URL=https://rateright-growth-production.up.railway.app ADMIN_URL=https://admin.rateright.com.au # Supabase SUPABASE_URL=https://your-project.supabase.co SUPABASE_ANON_KEY=your-anon-key SUPABASE_SERVICE_ROLE_KEY=your-service-role-key # Twilio (for SMS) TWILIO_ACCOUNT_SID=your-account-sid TWILIO_AUTH_TOKEN=your-auth-token TWILIO_PHONE_NUMBER=+61468087171 # Twilio (for Voice - browser calling) TWILIO_API_KEY_SID=your-api-key-sid TWILIO_API_KEY_SECRET=your-api-key-secret TWILIO_TWIML_APP_SID=your-twiml-app-sid # OpenAI (for AI features) OPENAI_API_KEY=your-openai-api-key # Perplexity (for company/person research) PERPLEXITY_API_KEY=your-perplexity-api-key # Deepgram (for live transcription) DEEPGRAM_API_KEY=your-deepgram-api-key # Vapi (for AI voice assistant - Rivet) VAPI_API_KEY=your-vapi-api-key VAPI_PUBLIC_KEY=your-vapi-public-key VAPI_ASSISTANT_ID=your-assistant-id VAPI_PHONE_NUMBER_ID=your-phone-number-id MICHAEL_PHONE=+61... # Phone number for task completion notifications # Slack (for notifications) SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/xxx/xxx # RateRight Platform Sync (optional) RATERIGHT_API_URL=https://rateright.com.au/api RATERIGHT_ADMIN_API_KEY=your-admin-api-key # Clawdbot API Access CLAWDBOT_API_KEY=your-clawdbot-api-key # Internal Job Trigger (for scheduled jobs) INTERNAL_JOB_KEY=your-secure-internal-key # Development flags (optional) RUN_DAILY_SUMMARY_ON_START=false RUN_WEEKLY_REPORT_ON_START=false