GitDeployHub

anil-matcha/praisonai

github.com/anil-matcha/praisonai ↗
Unknown stack
20 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anil-matcha/praisonai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anil-matcha/praisonai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anil-matcha/praisonai
Or deploy to a different host
← Try another repo