mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-02 05:40:17 +00:00
New sandbox-type cloud providers (no SSH, SDK-driven exec): - e2b/: E2B sandboxed containers via CLI (~150ms cold start) - modal/: Modal sandboxed containers via Python SDK (sub-second cold start) README restructure: - Root README.md simplified to matrix table with launch links - Per-cloud README.md files with detailed docs, env vars, non-interactive mode Matrix now 10 agents x 10 clouds = 100/100 implemented. Co-authored-by: Sprite <noreply@sprite.dev> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.3 KiB
1.3 KiB
GCP Compute Engine
Google Cloud Compute Engine instances via gcloud CLI. GCP Compute Engine
Uses current username for SSH. Requires gcloud CLI installed and configured.
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/cline.sh)
Non-Interactive Mode
GCP_INSTANCE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/lab/spawn/gcp/claude.sh)