mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-23 21:14:51 +00:00
* feat: testing * feat: auto-fix dead apis * fix: mock works * feat: new fixtures * fix: more clouds tested * fix: dry run fix * fix: civo valid size * fix: civo result wait * feat: fixtures * feat: per cloud agent
1.8 KiB
1.8 KiB
Civo
Civo cloud-native instances via REST API. Civo
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/plandex.sh)
Non-Interactive Mode
CIVO_SERVER_NAME=dev-mk1 \
CIVO_API_TOKEN=your-token \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/lab/spawn/civo/claude.sh)
Environment Variables
| Variable | Description | Default |
|---|---|---|
CIVO_API_TOKEN |
Civo API token | (prompted) |
CIVO_SERVER_NAME |
Instance hostname | (prompted) |
CIVO_REGION |
Civo region | lon1 |
CIVO_SIZE |
Instance size | g4s.small |
OPENROUTER_API_KEY |
OpenRouter API key | (prompted/OAuth) |