spawn/e2b
Sprite 0f221fe8b5 fix: correct syntax error in e2b/lib/common.sh from SC2155 fix
Fixed broken variable assignment that was incorrectly split during
SC2155 refactoring. Properly split local declaration from command
substitution assignment.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 01:22:01 +00:00
..
lib fix: correct syntax error in e2b/lib/common.sh from SC2155 fix 2026-02-08 01:22:01 +00:00
aider.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
amazonq.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
claude.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
cline.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
codex.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
gemini.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
goose.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
interpreter.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
nanoclaw.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
openclaw.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
README.md Add E2B + Modal sandbox providers, restructure README (#22) 2026-02-07 14:11:04 -08:00

E2B

E2B sandboxed cloud containers via CLI/SDK. E2B

No SSH — uses E2B CLI for exec. Sandboxes start in ~150ms. Requires npm install -g @e2b/cli.

Agents

Claude Code

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/claude.sh)

OpenClaw

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/openclaw.sh)

NanoClaw

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/nanoclaw.sh)

Aider

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/aider.sh)

Goose

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/goose.sh)

Codex CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/codex.sh)

Open Interpreter

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/interpreter.sh)

Gemini CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/gemini.sh)

Amazon Q CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/amazonq.sh)

Cline

bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/cline.sh)

Non-Interactive Mode

E2B_SANDBOX_NAME=dev-mk1 \
E2B_API_KEY=your-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/e2b/claude.sh)