GitDeployHub

vxcontrol/pentagi

github.com/vxcontrol/pentagi ↗
Docker
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)

  • INSTALLATION_ID For communication with PentAGI Cloud API
  • LICENSE_KEY secret
  • ASK_USER Allow to interact with user while executing tasks
  • OPEN_AI_KEY secret LLM Providers
  • OPEN_AI_SERVER_URL
  • ANTHROPIC_API_KEY secret
  • ANTHROPIC_SERVER_URL secret
  • GEMINI_API_KEY secret Google AI (Gemini) LLM provider
  • GEMINI_SERVER_URL
  • BEDROCK_REGION AWS Bedrock LLM provider
  • BEDROCK_DEFAULT_AUTH
  • BEDROCK_BEARER_TOKEN secret
  • BEDROCK_ACCESS_KEY_ID secret
  • BEDROCK_SECRET_ACCESS_KEY secret
  • BEDROCK_SESSION_TOKEN secret
  • BEDROCK_SERVER_URL
  • DEEPSEEK_API_KEY secret DeepSeek LLM provider
  • DEEPSEEK_SERVER_URL
  • DEEPSEEK_PROVIDER
  • GLM_API_KEY secret GLM (Zhipu AI) LLM provider
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/vxcontrol/pentagi
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/vxcontrol/pentagi
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/vxcontrol/pentagi
Or deploy to a different host
← Try another repo