AWS, Google Cloud, Microsoft Azure, and Cloudflare now all offer agent sandboxes. None built them the same way.
AWS, Google Cloud, Microsoft Azure, and Cloudflare now all offer native agent sandboxes for isolated code execution, but each uses a fundamentally different isolation stack: AWS relies on Firecracker MicroVMs with up to eight-hour sessions, Google uses gVisor kernel interception for GKE and a lightweight boundary within Cloud Run instances, Microsoft runs Hyper-V-based dynamic sessions (Copilot alone consumes 400,000+ daily), and Cloudflare isolates sandboxes in per-VM containers via Workers. The architectural disagreements center on where the security boundary lives, and vendor-specific constraints—like Graviton-only regions, eight-hour caps, or shared CPU/memory with the parent instance—mean commoditization remains incomplete, leaving room for neutral multi-cloud sandbox solutions.