spawn/digitalocean
A 2f0f705387
feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660)
Thread agent and cloud slugs through to the OpenRouter OAuth URL so
OpenRouter knows which agent/cloud combination the user is deploying.

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-21 18:31:57 -08:00
..
lib fix: gcp and digitalocean destroy_server silently swallow errors (#1615) 2026-02-21 17:08:53 -05:00
claude.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
codex.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
kilocode.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
openclaw.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
opencode.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00
README.md fix: sync cloud READMEs with current agent list (#1486) 2026-02-19 17:47:57 -05:00
zeroclaw.sh feat: add spawn_agent and spawn_cloud params to OAuth auth URL (#1660) 2026-02-21 18:31:57 -08:00

DigitalOcean

DigitalOcean Droplets via REST API. DigitalOcean

Agents

Claude Code

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

OpenClaw

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

ZeroClaw

bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/zeroclaw.sh)

Codex CLI

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

OpenCode

bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/opencode.sh)

Kilo Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/kilocode.sh)

Non-Interactive Mode

DO_DROPLET_NAME=dev-mk1 \
DO_API_TOKEN=your-token \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/claude.sh)