mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-26 11:00:38 +00:00
All CI green. Rebased from #3321, added Daytona support, resolved conflicts. Security reviewed: no injection vectors — all env var values come from hardcoded config, shell scripts follow existing patterns. |
||
|---|---|---|
| .. | ||
| claude.sh | ||
| codex.sh | ||
| cursor.sh | ||
| hermes.sh | ||
| junie.sh | ||
| kilocode.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| pi.sh | ||
| README.md | ||
| t3code.sh | ||
AWS Lightsail
AWS Lightsail instances via AWS CLI. AWS Lightsail
Prerequisites
-
Enable AWS Lightsail — New AWS accounts must activate Lightsail before first use. Visit the Lightsail console and follow the activation prompt. Without this step, all provisioning commands will fail.
-
AWS CLI installed and configured — Run
aws configurewith your Access Key ID and Secret Access Key.
Uses
ubuntuuser instead ofroot.
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/openclaw.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/codex.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/opencode.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/kilocode.sh)
Hermes Agent
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/hermes.sh)
Junie
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/junie.sh)
Cursor CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/cursor.sh)
Pi
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/pi.sh)
T3 Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/t3code.sh)
Non-Interactive Mode
LIGHTSAIL_SERVER_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)