Quickstart
Get an AI agent running in an isolated sandbox in 3 steps.1
Install the CLI
2
Authenticate
Sign up at caged.dev, then log in:
3
Create a Sandbox
Option A: Quick start with flagsOption B: Config-as-code (recommended for teams)Create a Then just run:The CLI reads
.caged.yaml in your project root:.caged.yaml
.caged.yaml automatically — no flags needed.What Happens Next
Sandboxes boot in ~300ms using Firecracker microVMs. Each gets its own Linux kernel — full OS-level isolation.
- A Firecracker microVM boots with your chosen template
- Your repo is cloned into
/workspace - The
init_scriptruns (e.g.,npm install) - The sandbox is ready for your agent
Connect to Your Sandbox
Monitor in the Dashboard
Open caged.dev/dashboard to see:- Live terminal — watch what the agent is doing
- File browser — see files as they change
- Cost tracker — real-time spend in dollars
- Trust score — behavioral safety rating
- Preview URLs — click to see web apps the agent builds
Clean Up
Next Steps
Concepts
Understand sandboxes, sessions, and trust scores
Config-as-Code
Full .caged.yaml reference
Agent Setup
Connect Claude Code, Cursor, and other agents
CLI Reference
All CLI commands