AI agent sandbox
Spin up isolated Firecracker microVMs for AI agent code execution. Hardware-enforced isolation under KVM, fast cold boot, snapshot and resume, per-second billing that matches agent execution patterns.
<3s
Cold boot
From snapshot or fresh image
KVM
Hardware isolation
Dedicated kernel per agent
$0.006
From, per hour
Billed per second
Why microVMs for agent code execution
AI agents that run their own code need a sandbox that holds up against hostile, buggy, or unpredictable programs. Containers share the host kernel, which is the wrong boundary for arbitrary code. Full VMs work but spin up too slowly for per-task economics. MicroVMs sit between: KVM hardware isolation, dedicated kernel per agent, cold boot in seconds.
Per-second billing matches the shape of agent workloads. Combined with snapshot-resume, short-lived microVMs are practical at the per-task level.
What is on offer today
Available now
On the roadmap
If your agent is fully autonomous and provisions its own machines, you will want to wait for the API or drive a long-lived microVM over SSH. If your agent runs inside a microVM you provision in advance and execute tasks against, this works today.
KVM hardware isolation, dedicated kernels, per-VM network namespaces. Included on every instance, no add-ons required.
Pricing
Pay with cryptocurrency, billed per second in USD credits. No monthly commitments, no bandwidth fees. Destroy instances anytime and billing stops immediately.
Contact Sales
Custom configurations, volume pricing, or dedicated support. Our team is ready to help you architect the right solution. Or if you just want to say hi.
Frequently Asked
AI agents that execute generated code need a sandbox strong enough to contain hostile or buggy programs without risk to the host. Containers share the host kernel, which is too weak a boundary for arbitrary code. Full VMs are strong enough but too slow to spin up per task. MicroVMs are the middle ground: hardware-isolated by KVM with a dedicated kernel per instance, but cold boot in seconds.