spawn/hostkey
A ecdfc5fa9b
feat: Add Codex CLI on HOSTKEY (#1071)
* feat: Add Codex CLI on HOSTKEY

Agent: gap-filler
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* fix: Address security review feedback

- Use >/dev/null 2>&1 instead of &> for macOS bash 3.2 compatibility
- Rename matrix key from hostkey/codex-cli to hostkey/codex

---------

Co-authored-by: OpenRouter Bot <noreply@openrouter.ai>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Spawn Refactor Service <refactor@spawn.service>
2026-02-14 03:47:42 -05:00
..
lib fix(ux): show post-session summary with server status and reconnect info (#1037) 2026-02-13 20:06:40 -05:00
aider.sh feat: Add HOSTKEY support for nanoclaw, aider, goose, cline, continue (#999) 2026-02-13 12:40:29 -08:00
amazonq.sh feat: Add Amazon Q CLI on HOSTKEY (#1077) 2026-02-14 02:21:24 -05:00
claude.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
cline.sh feat: Add HOSTKEY support for nanoclaw, aider, goose, cline, continue (#999) 2026-02-13 12:40:29 -08:00
codex.sh feat: Add Codex CLI on HOSTKEY (#1071) 2026-02-14 03:47:42 -05:00
continue.sh feat: Add HOSTKEY support for nanoclaw, aider, goose, cline, continue (#999) 2026-02-13 12:40:29 -08:00
goose.sh feat: Add HOSTKEY support for nanoclaw, aider, goose, cline, continue (#999) 2026-02-13 12:40:29 -08:00
gptme.sh feat: Add gptme on HOSTKEY (#1078) 2026-02-14 02:19:58 -05:00
interpreter.sh feat: Add Open Interpreter on HOSTKEY (#1072) 2026-02-14 02:20:50 -05:00
nanoclaw.sh fix(security): prevent API key injection in koyeb/nanoclaw.sh and harden remote temp file permissions (#1049) 2026-02-13 23:37:25 -05:00
openclaw.sh feat: add HOSTKEY cloud provider (#909) 2026-02-13 05:08:26 -08:00
README.md feat: Add Codex CLI on HOSTKEY (#1071) 2026-02-14 03:47:42 -05:00

HOSTKEY

HOSTKEY VPS hosting via REST API. HOSTKEY

Agents

Claude Code

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

Amazon Q CLI

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

Codex CLI

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

Open Interpreter

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

gptme

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

OpenClaw

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

Authentication

To use HOSTKEY spawn scripts, you need a HOSTKEY API key:

  1. Log in to HOSTKEY
  2. Navigate to API settings in your account
  3. Generate a new API key
  4. Set the HOSTKEY_API_KEY environment variable

Non-Interactive Mode

HOSTKEY_SERVER_NAME=dev-mk1 \
HOSTKEY_API_KEY=your-api-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/labs/spawn/hostkey/claude.sh)

Environment Variables

  • HOSTKEY_API_KEY - Your HOSTKEY API key (required)
  • HOSTKEY_SERVER_NAME - Server name (prompted if not set)
  • HOSTKEY_LOCATION - Data center location: nl, de, fi, is, tr, us (default: nl)
  • HOSTKEY_INSTANCE_PRESET - Instance preset ID (default: 1)
  • OPENROUTER_API_KEY - Your OpenRouter API key (prompted via OAuth if not set)

Pricing

HOSTKEY offers affordable VPS hosting starting from €1/month with hourly billing available. Check HOSTKEY pricing for current rates.

Locations

  • nl - Amsterdam, Netherlands
  • de - Frankfurt, Germany
  • fi - Helsinki, Finland
  • is - Reykjavik, Iceland
  • tr - Istanbul, Turkey
  • us - New York, United States