.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
OPENAI_API_KEY
secret
Required
TAVILY_API_KEY
secret
Required for Claw web-search tool
PRAISONAI_ALLOW_LOCAL_TOOLS
Optional: Claw dashboard security
ANTHROPIC_API_KEY
secret
Optional: Alternative LLM Providers
GOOGLE_API_KEY
secret
GROQ_API_KEY
secret
COHERE_API_KEY
secret
AZURE_OPENAI_API_KEY
secret
AZURE_OPENAI_ENDPOINT
secret
MEM0_API_KEY
secret
Optional: Memory backends
REDIS_URL
secret
LANGFUSE_SECRET_KEY
secret
Optional: Observability
LANGFUSE_PUBLIC_KEY
secret
TELEGRAM_BOT_TOKEN
secret
Optional: Bot platforms
DISCORD_BOT_TOKEN
secret
SLACK_BOT_TOKEN
secret
SLACK_APP_TOKEN
secret
WHATSAPP_ACCESS_TOKEN
secret
WHATSAPP_PHONE_NUMBER_ID
DATABASE_URL
secret
Optional: Database
brew install flyctl && fly launch --from https://github.com/anil-matcha/praisonai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anil-matcha/praisonai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anil-matcha/praisonai