.env 770 B

123456789101112131415161718
  1. # WhatsApp Business Phone Number ID (NOT the phone number itself)
  2. PHONE_NUMBER_ID="place your whatsapp phone number id"
  3. # Full URL to send WhatsApp messages (use correct version and phone number ID)
  4. WHATSAPP_API_URL="place graphql request i.e. https://graph.facebook.com/v{version}/{phone_number_id}/messages"
  5. # Your custom backend/agent endpoint (e.g., for LLM-based processing)
  6. AGENT_URL=https://your-agent-url.com/api
  7. LLAMA_API_KEY="place your LLAMA API Key"
  8. TOGETHER_API_KEY="place your Together API Key, In case you want to use Together, instead of Llama APIs"
  9. GROQ_API_KEY="place your Groq API Key - this is for SST and TTS"
  10. OPENAI_API_KEY="place your OpenAI Ke to run the client"
  11. META_ACCESS_TOKEN="please your WhatsApp generated Access token from the app"