.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DOJOZERO_DASHSCOPE_API_KEY
secret
Core LLM / intelligence APIs (typical minimum for NBA/NFL scenarios)
DOJOZERO_TAVILY_API_KEY
secret
DOJOZERO_ANTHROPIC_API_KEY
secret
Optional model providers
DOJOZERO_GEMINI_API_KEY
secret
DOJOZERO_OPENAI_API_KEY
secret
DOJOZERO_OPENAI_BASE_URL
DOJOZERO_XAI_API_KEY
secret
DOJOZERO_X_API_BEARER_TOKEN
secret
Optional social data
brew install flyctl && fly launch --from https://github.com/agentscope-ai/dojozero
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/agentscope-ai/dojozero
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/agentscope-ai/dojozero