spawn/latitude
A cb2a8614e9
refactor: reduce complexity in latitude and ovh cloud libs (#835)
- latitude/lib/common.sh: Replace custom 38-line wait_for_server_ready
  polling loop with generic_wait_for_instance from shared/common.sh.
  Consolidate extract_latitude_server_ip (36 lines of inline Python) into
  a single readonly expression constant. Net -59 lines.

- ovh/lib/common.sh: Replace shell variable interpolation in Python
  strings ('${var}') with sys.argv[] in _ovh_find_flavor_id,
  _ovh_get_ssh_key_id, _ovh_build_instance_body, and ovh_register_ssh_key.
  This eliminates injection surface and follows the established pattern
  used by other cloud providers.

Agent: complexity-hunter

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-13 01:17:20 -08:00
..
lib refactor: reduce complexity in latitude and ovh cloud libs (#835) 2026-02-13 01:17:20 -08:00
aider.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
amazonq.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
claude.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
cline.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
codex.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
continue.sh fix: replace unsafe inline API key injection with secure helpers (#676) 2026-02-12 15:03:12 -08:00
gemini.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
goose.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
gptme.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
interpreter.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
kilocode.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
nanoclaw.sh fix: replace log_warn with log_step/log_info for non-warning messages (#604) 2026-02-12 03:24:30 -08:00
openclaw.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
opencode.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
plandex.sh fix: use log_step (cyan) for progress messages instead of log_warn (yellow) (#534) 2026-02-11 14:37:43 -08:00
README.md refactor: replace Python with jq in Hetzner lib, fix /lab → /labs URLs (#827) 2026-02-12 23:14:11 -08:00

Latitude.sh

Bare metal and VM cloud servers via REST API. Latitude.sh

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

gptme

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

OpenCode

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

Plandex

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

Non-Interactive Mode

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

Environment Variables

Variable Description
LATITUDE_API_KEY Latitude.sh API key (required)
LATITUDE_SERVER_NAME Server hostname (prompted if not set)
LATITUDE_PROJECT_ID Project ID (auto-detected from first project)
LATITUDE_PLAN Server plan (default: vm.tiny)
LATITUDE_SITE Data center site (default: DAL2)
LATITUDE_OS Operating system (default: ubuntu_24_04_x64_lts)
OPENROUTER_API_KEY OpenRouter API key for agent access

Available Plans

Plan Specs Price
vm.tiny 4 vCPUs, 8GB RAM $0.07/hr
vm.small 8 vCPUs, 16GB RAM $0.14/hr
vm.medium 12 vCPUs, 24GB RAM $0.25/hr
m4.metal.small AMD 4244P (6 cores), 64GB RAM $0.37/hr

Available Sites

US (Dallas, LAX, NYC, Chicago, Ashburn, Miami, Silicon Valley), Brazil, Australia, Chile, Japan, Mexico, UK, Germany, Argentina, Colombia, Singapore, Netherlands.

Get your API key at: https://www.latitude.sh/dashboard (Settings & Billing -> API Keys)