Docs & reference

From zero to
first deploy.

Everything you need to enroll a server, ship an app, and drive your infrastructure from code, the CLI, or an AI agent on the same audited API.

quickstart · 60 seconds
# 1 · enroll a server curl -fsSL https://get.sproobo.com/agent | sh -s -- \ --token spb_•••• # 2 · sign in — opens your browser, no token paste sproobo login # 3 · create the app; the deploy is watched to the health gate sproobo apps create api --server srv_fra1 \ --repo github.com/me/app --domain app.me.dev
One audited API

Humans, code and agents — one path.

There's no privileged backdoor. The CLI, the dashboard, your CI and any MCP-connected agent all call the same REST API, and every destructive call returns a plan you approve before it applies.

REST + MCPauditedplan-first
POST /v1/apps/api/deploys
curl -X POST https://api.sproobo.com/v1/apps/api/deploys \ -H "authorization: Bearer spb_••••" \ -d '{ "ref": "main", "strategy": "blue-green" }' → 202 · deploy #215 queued · plan armed