spawn/hetzner
A 5a1929f6d4
fix: harden credential file permissions and curl SSL error visibility (#1803)
Fixes #1801 - chmod 600 on gh hosts.yml after token login
Fixes #1798 - remove 2>&1 from bun install curl across agent scripts

Agent: security-auditor

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-23 08:35:18 -05:00
..
claude.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
codex.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
kilocode.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
openclaw.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
opencode.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00
README.md fix: sync cloud READMEs with current agent list (#1486) 2026-02-19 17:47:57 -05:00
zeroclaw.sh fix: harden credential file permissions and curl SSL error visibility (#1803) 2026-02-23 08:35:18 -05:00

Hetzner Cloud

Hetzner Cloud servers via REST API. Hetzner Cloud

Agents

Claude Code

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

OpenClaw

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

ZeroClaw

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

Codex CLI

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

OpenCode

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

Kilo Code

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

Non-Interactive Mode

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