mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-08 10:09:30 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| lib | ||
| aider.sh | ||
| amazonq.sh | ||
| claude.sh | ||
| cline.sh | ||
| codex.sh | ||
| continue.sh | ||
| goose.sh | ||
| gptme.sh | ||
| interpreter.sh | ||
| nanoclaw.sh | ||
| openclaw.sh | ||
| README.md | ||
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:
- Log in to HOSTKEY
- Navigate to API settings in your account
- Generate a new API key
- Set the
HOSTKEY_API_KEYenvironment 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, Netherlandsde- Frankfurt, Germanyfi- Helsinki, Finlandis- Reykjavik, Icelandtr- Istanbul, Turkeyus- New York, United States