Spinup Docs
Spinup is a cloud agent runtime. Start with the Spinup Agent, the durable thing you configure and run, then pick the CLI, SDK, or Runtime API.
Spinup is a cloud agent runtime. The durable thing you configure and run is a Spinup Agent. It keeps memory, capabilities, secrets, and harness choice with the agent, above any one runtime environment. Each run gets a fresh projection into the selected harness.
OpenClaw and Hermes are the supported harnesses today. The CLI, SDK, and Runtime API are three ways to reach the same agents.
Core concepts
The Spinup Agent and the objects around it: environments, harnesses, runs, memory, capabilities.
Features
Skills, MCP servers, secrets, runtime policies, evidence.
CLI
Human workflow from your terminal.
SDK
Workspace-scoped control-plane reads from code.
Runtime API
Call one specific agent directly.
What Spinup exposes
- A Spinup Agent that keeps memory, capabilities, secrets, and harness choice above any one runtime environment
- OpenClaw and Hermes as supported harnesses today
- A CLI for human access to the control plane
- A TypeScript SDK for workspace-scoped control-plane reads from code
- Agent-scoped runtime keys for direct runtime access to a single agent
- Stable HTTPS endpoints for status checks and prompt runs