From zero to
first deploy.
Everything you need to enroll a server, ship an app, and drive your infrastructure from the CLI or an AI agent on the same audited API.
Quickstart
Two commands to a live URL.
# 1. Create a server in the dashboard (or: sproobo enroll my-box -y) and run the printed one-liner as root:
SPROOBO_ENROLL_TOKEN='<your-token>' bash -c "$(curl -fsSL 'https://cp.sproobo.com/dl/bootstrap.sh')"
# 2. Create + deploy an app from your repo:
sproobo apps create my-app --server <serverId> --repo https://github.com/you/app --domain example.com -y
Guides & reference
Everything, one topic at a time.
Getting started
Scripts & one-liners
Servers & enrollment
Apps & deploys
Multi-server groups
Preview deployments
Static sites
Databases & services
Backups & restore
Networking & TLS
Access protection
Secrets & env
Vulnerability scanning
Security model
Observability & alerts
Team, orgs & billing
CLI reference
AI & MCP connectors
The Agent Skill
Need a hand?