spawn/fluidstack
A 7aaf55ddb5
feat: Add cline on FluidStack (#285)
Agent: gap-filler

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 15:27:17 -08:00
..
lib fix: Prevent shell/Python injection in Codespaces, Render, and FluidStack (#252) 2026-02-10 14:14:41 -08:00
aider.sh feat: Add FluidStack GPU cloud provider with claude, aider, and gptme agents (#247) 2026-02-10 14:09:25 -08:00
amazonq.sh feat: Add amazonq on FluidStack (#283) 2026-02-10 15:26:50 -08:00
claude.sh feat: Add FluidStack GPU cloud provider with claude, aider, and gptme agents (#247) 2026-02-10 14:09:25 -08:00
cline.sh feat: Add cline on FluidStack (#285) 2026-02-10 15:27:17 -08:00
codex.sh feat: Add codex on FluidStack (#272) 2026-02-10 15:25:02 -08:00
gemini.sh feat: Add gemini on FluidStack (#280) 2026-02-10 15:26:05 -08:00
goose.sh feat: Add goose on FluidStack (#267) 2026-02-10 15:24:19 -08:00
gptme.sh feat: Add FluidStack GPU cloud provider with claude, aider, and gptme agents (#247) 2026-02-10 14:09:25 -08:00
interpreter.sh feat: Add interpreter on FluidStack (#275) 2026-02-10 15:25:28 -08:00
nanoclaw.sh feat: Add nanoclaw on FluidStack (#262) 2026-02-10 15:23:39 -08:00
openclaw.sh feat: Add openclaw on FluidStack (#259) 2026-02-10 15:22:55 -08:00
README.md feat: Add FluidStack GPU cloud provider with claude, aider, and gptme agents (#247) 2026-02-10 14:09:25 -08:00

FluidStack

FluidStack GPU cloud via REST API. FluidStack

Prerequisites

  1. A FluidStack account with API key from Dashboard API Keys
  2. SSH public key (will be registered automatically)

Agents

Claude Code

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

Aider

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

gptme

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

Non-Interactive Mode

FLUIDSTACK_SERVER_NAME=dev-gpu \
FLUIDSTACK_API_KEY=your-api-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/fluidstack/claude.sh)

Environment Variables

Variable Description Default
FLUIDSTACK_API_KEY FluidStack API key (prompted)
FLUIDSTACK_SERVER_NAME Instance name (prompted)
FLUIDSTACK_GPU_TYPE GPU type (e.g., RTX_4090, A100, H100) RTX_4090
FLUIDSTACK_SSH_KEY_NAME SSH key name spawn-${USER}
OPENROUTER_API_KEY OpenRouter API key (prompted via OAuth)

Notes

  • FluidStack is a GPU cloud provider with A100s and H100s starting at $1.35/hr
  • Up to 70% cheaper than traditional hyperscalers
  • Zero egress fees for data transfer
  • Simple REST API with Python SDK available
  • SSH keys are automatically registered via the API
  • Instances use the root user for SSH access