AI Potluck
Infrastructure / Deployment

Cloudflare Sandboxes

Cloudflare

Cloudflare's two-tier sandboxing for AI agents, shipped during Agents Week 2026: Dynamic Workers (V8 isolates, ms-scale cold start, ~100x faster and more memory-efficient than containers, open beta April 2026) and Sandboxes (persistent Linux environments, GA April 2026 for full-OS workloads). Runs on Cloudflare's global edge network and is available to paid Workers users. Execution is tied to Cloudflare's proprietary platform; only the Sandbox SDK is open source.

Two related 2026 offerings: (a) Cloudflare Sandbox SDK (cloudflare/sandbox-sdk, @cloudflare/sandbox v0.11.0, 1 Jun 2026) - container-backed sandboxes on Workers/Durable Objects; (b) Dynamic Workers / Worker Loader (open beta announced 24 Mar 2026) - V8-isolate-based per-runtime sandboxing, ~100x faster than containers. Open SDK over Cloudflare's proprietary edge network. Verified live June 2026.

Openness

1 high confidence
1.0
license
Proprietary
source
closed
service
proprietary Cloudflare edge (Workers/Durable Objects/Dynamic Worker Loader - no self-host of the isolate/container plane)
open-part
Sandbox SDK only (@cloudflare/sandbox Apache-2.0, cloudflare/sandbox-sdk on GitHub)
pricing
Workers paid plan, Dynamic Workers $0.002/unique-worker/day

Closed managed service. The Sandbox SDK is Apache-2.0, but execution requires Cloudflare's proprietary managed edge network (no self-host of the isolate/container plane); an open client SDK over a closed runtime is not open_core. Reclassified from open_core.

Adoption

3 medium confidence
3.0

npm @cloudflare/sandbox ~533k downloads in the last 30 days (npm registry API); Dynamic Workers in open beta to all paid Workers users with a named customer (Zite) reporting 'millions of execution requests daily.' Package pulls + young beta status => reach placed at 100K-1M (level 3); execution-request volume is per-customer, not distinct-user adoption.

Capability

4 medium confidence
4.0

Distinctive isolate-based approach gives best-in-class cold-start and density on the JS/TS isolate path, plus a container path for arbitrary code; held at 4 because isolate sandboxing is JS/TS-centric (narrower than microVM any-image), Dynamic Workers is still open beta, and overall scale evidence is per-customer rather than category-leading. Scored as a combined product per the registry name. Independent ComputeSDK TTI benchmarks measure the container-backed sandbox path (what runs arbitrary code) at ~1.8s median cold-start, 18th of 19 sandbox providers, degrading to ~4.3s under 100-concurrent burst; the sub-ms figures apply to the JS/TS Dynamic Workers path, not the arbitrary-code sandbox the benchmark exercises. On measured full-sandbox latency alone this would be a 3; held at 4 on the strength of the dual isolate-plus-container isolation model.

Unchanged since 2026-07-30 (last edited, not re-checked)