spawn/lambda
L 591066cd53
Use ${VAR:-} for all optional env var checks (#28)
Protects against 'unbound variable' errors even if set -u is
re-enabled or inherited. Every [[ -n "$UPPER_VAR" ]] pattern now
uses [[ -n "${UPPER_VAR:-}" ]] to safely default to empty.

Co-authored-by: Sprite <noreply@sprite.dev>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-07 16:28:12 -08:00
..
lib Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
aider.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
amazonq.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
claude.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
cline.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
codex.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
gemini.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
goose.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
interpreter.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
nanoclaw.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
openclaw.sh Use ${VAR:-} for all optional env var checks (#28) 2026-02-07 16:28:12 -08:00
README.md Add E2B + Modal sandbox providers, restructure README (#22) 2026-02-07 14:11:04 -08:00

Lambda Cloud

Lambda GPU Cloud instances via REST API. Lambda Cloud

GPU cloud, uses 'ubuntu' user. Manual tool install (no cloud-init).

Agents

Claude Code

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

OpenClaw

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

NanoClaw

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

Aider

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

Goose

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

Codex CLI

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

Open Interpreter

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

Gemini CLI

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

Amazon Q CLI

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

Cline

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

Non-Interactive Mode

LAMBDA_SERVER_NAME=dev-mk1 \
LAMBDA_API_KEY=your-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/lambda/claude.sh)