Code.Break.Restore.Ship.
Sandboxes with instant snapshots.
Your AI agents break things, roll back in <1ms.
No credit card • Deploy in 30 seconds
1import { Sandbox } from 'iris'23const sandbox = await Sandbox.create()45// your agent runs code fearlessly6await sandbox.exec('python experiment.py')78// something breaks? instantly roll back9const checkpoint = await sandbox.checkpoint()10await sandbox.exec('rm -rf /*') // oops11await Sandbox.restore(checkpoint) // 0.8ms later, all good
Works with your agents
// why speed matters
Checkpoint restore time comparison
Faster restore = more experiments per second = faster AI agent iteration
// features
Everything you need, nothing you don't
Any Runtime
Python, Node, Go, Rust — full Linux environment with root access. Install anything.
<1ms Restore
Checkpoint full VM state — memory, disk, network. Resume from any point instantly.
Parallel Forks
Branch from any checkpoint. Run experiments in parallel. Merge the winners.
State API
newPersist agent memory across sessions. Scoped namespaces: local, project, global.
// built for production
Enterprise-grade infrastructure, developer-first experience
// pricing
Start free. Pay for what you use.
For side projects and experimentation
- +$100 free credits
- +1 hour max session
- +20 concurrent sandboxes
- +10 GiB storage
- +Community support
For production workloads
- +Everything in Hobby
- +24 hour max session
- +100 concurrent sandboxes
- +20 GiB storage
- +Custom CPU & RAM
- +Priority support
For teams at scale
- +Everything in Pro
- +Unlimited sessions
- +Unlimited concurrency
- +Custom storage
- +SLA guarantee
- +Dedicated support
Billed per second. No minimum. Cancel anytime.
// ready to ship?
Deploy your first sandbox in 30 seconds. No credit card.
$100 free credits • No credit card • Cancel anytime