Cloudflare Agents Week: Sandbox GA, Dynamic Workers, and Durable Object Facets Launch
Cloudflare just shipped the most significant batch of agent infrastructure primitives since they first announced Workers AI. This week — branded “Agents Week” — marks the general availability of sandboxed agent execution, a brand-new runtime for AI-generated code, and per-agent persistent storage. If you’re building agents that need to do real work in the real world without burning the house down, this is infrastructure worth understanding. Sandbox GA: Agents Get Isolated Computers The biggest announcement is Sandbox reaching general availability. In preview for months, Sandbox gives AI agents access to an isolated computer environment — a full virtualized context where they can browse the web, run code, interact with files, and execute tools without any of that activity touching your main infrastructure. ...