spawn/kamatera
A 81bab47a74
fix: Escape API keys in continue.sh JSON configs to prevent injection (#374)
Replace vulnerable heredoc patterns across 27 continue.sh scripts with
setup_continue_config() helper that uses json_escape() + upload_config_file()
to safely handle API keys containing special characters like quotes or braces.

Also fix _save_token_to_config() in shared/common.sh which had the same
unescaped heredoc vulnerability for local token storage.

Relates to #104

Agent: security-auditor

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-11 00:13:19 -08:00
..
lib refactor: Reduce complexity in kamatera and modal cloud libraries (#362) 2026-02-10 23:19:42 -08:00
aider.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
amazonq.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
claude.sh QA-Bot setup (#335) 2026-02-10 19:51:07 -08:00
cline.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
codex.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
continue.sh fix: Escape API keys in continue.sh JSON configs to prevent injection (#374) 2026-02-11 00:13:19 -08:00
gemini.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
goose.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
gptme.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
interpreter.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
kilocode.sh feat: Add kilocode scripts for runpod, upcloud, binarylane, genesiscloud, latitude, ovh, kamatera (#115) 2026-02-09 19:46:31 -08:00
nanoclaw.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
openclaw.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
opencode.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
plandex.sh feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00
README.md feat: Add Kamatera cloud provider with all 13 agents (#96) 2026-02-09 09:44:16 -08:00

Kamatera

Kamatera cloud servers via REST API. Kamatera

Agents

Claude Code

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

OpenClaw

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

NanoClaw

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/nanoclaw.sh)

Aider

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/aider.sh)

Goose

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/goose.sh)

Codex CLI

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

Open Interpreter

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/interpreter.sh)

Gemini CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/gemini.sh)

Amazon Q CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/amazonq.sh)

Cline

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/cline.sh)

gptme

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/gptme.sh)

OpenCode

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

Plandex

bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/plandex.sh)

Non-Interactive Mode

KAMATERA_SERVER_NAME=dev-mk1 \
KAMATERA_API_CLIENT_ID=your-client-id \
KAMATERA_API_SECRET=your-api-secret \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/kamatera/claude.sh)

Environment Variables

Variable Description Default
KAMATERA_API_CLIENT_ID Kamatera API Client ID (prompted)
KAMATERA_API_SECRET Kamatera API Secret (prompted)
KAMATERA_SERVER_NAME Server name (prompted)
KAMATERA_DATACENTER Datacenter location EU
KAMATERA_CPU CPU type and cores (e.g., 2B) 2B
KAMATERA_RAM RAM in MB 2048
KAMATERA_DISK Disk configuration size=20
KAMATERA_IMAGE OS image ubuntu_server_24.04_64-bit
KAMATERA_BILLING Billing cycle (hourly or monthly) hourly
OPENROUTER_API_KEY OpenRouter API key (prompted via OAuth)