.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
E2B_API_KEY
secret
E2B (https://e2b.dev) — required for `--provider e2b`
HF_TOKEN
secret
Hugging Face token (https://huggingface.co/settings/tokens) — required for `--provider hf` and `--provider hf-rust`
MCP_ENDPOINT
MCP remote-code-execution server (Streamable HTTP endpoint) — required for `--provider mcp`
brew install flyctl && fly launch --from https://github.com/adithya-s-k/sandbox-comparision
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adithya-s-k/sandbox-comparision
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adithya-s-k/sandbox-comparision