GitDeployHub

alloysecuregroup/t3mp3st

github.com/alloysecuregroup/t3mp3st ↗
Node.js API
10 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alloysecuregroup/t3mp3st
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alloysecuregroup/t3mp3st
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alloysecuregroup/t3mp3st
Or deploy to a different host
← Try another repo