Skip to content
  • Models
  • Rankings
  • Ori
Sign Up
Sign Up
OpenRouterOpenRouter
© 2026 OpenRouter, Inc

Product

  • Chat
  • Rankings
  • Benchmarks
  • Apps
  • Discover
  • Models
  • Collections
  • Providers
  • Pricing
  • Business
  • Enterprise
  • Labs

Company

  • About
  • Blog
  • Careers
    Hiring
  • Privacy
  • Terms of Service
  • Trust Center
  • Support
  • Works With OR
  • Data
  • Brand

Developer

  • Documentation
  • API Reference
  • Developer Platform
  • Status

Connect

  • Discord
  • GitHub
  • LinkedIn
  • X
  • YouTube
 ███████╗██████╗  █████╗ ██╗    ██╗███╗   ██╗
 ██╔════╝██╔══██╗██╔══██╗██║    ██║████╗  ██║
 ███████╗██████╔╝███████║██║ █╗ ██║██╔██╗ ██║
 ╚════██║██╔═══╝ ██╔══██║██║███╗██║██║╚██╗██║
 ███████║██║     ██║  ██║╚███╔███╔╝██║ ╚████║
 ╚══════╝╚═╝     ╚═╝  ╚═╝ ╚══╝╚══╝ ╚═╝  ╚═══╝
beta
2

Pick a Cloud

Recommended

More

Missing a cloud provider?

Under the Hood

Every agent + cloud combination is a self-contained script.

1

Provision

Spins up a fresh VM on your cloud provider. No Terraform, no YAML.

2

Install

Sets up the agent and dependencies automatically.

3

Authenticate

Injects your OpenRouter and cloud credentials into the agent via a CLI OAuth flow.

4

Configure

Configure your agent for your cloud environment — credentials, endpoints, and model routing handled automatically.

5

Connect

Opens an SSH session. You are in.

shell
spawn                              # Interactive picker
spawn claude gcp                   # Launch directly
spawn ls                           # List created spawns
spawn matrix                       # Show supported agents & clouds
shell
# Works without the CLI too
bash <(curl -fsSL https://openrouter.ai/labs/spawn/gcp/claude.sh)

Why Spawn?

The fastest way to deploy AI agents on your infrastructure

Agent Agnostic

Explore and experiment with every agent in one place. Switch between them with a single command.

Bring Your Own Cloud

Deploy on any cloud provider. Run on infrastructure you already have. Your keys, your data, your rules.

Fully Sandboxed

Aside from local, every agent runs in an isolated environment. No cross-contamination, no side effects.

OpenRouter Inference

Inference powered by OpenRouter with automatic fallbacks, load balancing, and rate limit handling.

Install Spawn

shell
curl -fsSL https://openrouter.ai/labs/spawn/cli/install.sh | bash
Made by agents, for agents