spawn/civo/README.md
Ahmed Abushagur 8b9f9a0e5a
QA-Bot setup (#335)
* 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
2026-02-10 19:51:07 -08:00

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)