.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENROUTER_API_KEY
secret
── LLM providers (set the one(s) you use) ──
VENICE_API_KEY
secret
ANTHROPIC_API_KEY
secret
OPENAI_API_KEY
secret
GROQ_API_KEY
secret
TOGETHER_API_KEY
secret
HUGGINGFACE_TOKEN
secret
REPLICATE_API_TOKEN
secret
GITHUB_TOKEN
secret
── GitHub (xbow-bench challenge fetch / gh operations) ──
VENICE_API_KEY
secret
Optional: Venice uncensored inference (OpenAI-compatible). https://venice.ai
brew install flyctl && fly launch --from https://github.com/alloysecuregroup/t3mp3st
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alloysecuregroup/t3mp3st
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alloysecuregroup/t3mp3st