Cloudflare concluded its first dedicated Agents Week on April 21, shipping more than 30 products across compute, security, developer tooling, and web standards. The company is calling its Workers platform “Cloud 2.0,” built for a world where autonomous agents are the primary workload rather than traditional web applications.

Compute: Sandboxes, Artifacts, and Durable Object Facets

The compute layer addresses a fundamental scaling problem. As CTO Dane Knecht and VP of Product Rita Kozlov noted in the week’s opening post, if even a fraction of knowledge workers each run a few agents in parallel, infrastructure needs to support tens of millions of simultaneous sessions. The traditional one-app-serves-many-users model breaks under that load.

Cloudflare’s answer spans five compute primitives. Sandboxes reached general availability, giving agents persistent isolated environments with a shell, filesystem, and background processes that resume where they left off. Artifacts launched as Git-compatible versioned storage, supporting tens of millions of repos with fork-from-any-remote capability. Durable Object Facets allow Dynamic Workers to spin up isolated SQLite databases per instance. The Workflows control plane was rearchitected to support 50,000 concurrent workflows, up from previous limits, with a 300-per-second creation rate.

Security: Zero-Trust Networking and Agent Identity

The security layer targets a specific risk: when anyone in an organization can spin up agents that connect to private networks and take autonomous actions, security has to be structural, not bolted on.

Cloudflare Mesh extends zero-trust private networking to agents and Workers, letting developers grant scoped access to private databases and APIs without manual tunnels. Managed OAuth for Access implements RFC 9728, enabling agents to authenticate on behalf of users without relying on insecure service accounts. A new enterprise MCP reference architecture governs Model Context Protocol deployments using Access, AI Gateway, and server portals, with Code Mode to reduce token costs and Shadow MCP detection rules.

Agent Toolbox: Inference, Memory, Voice, Email

The agent toolbox is where Cloudflare is making its broadest play. Project Think previews the next-generation Agents SDK, moving from lightweight primitives to what the company calls a “batteries-included platform” for agents that think, act, and persist. The AI Platform now offers unified inference across 14+ providers. Voice agents handle real-time speech-to-text and text-to-speech over WebSockets. An email service entered public beta for multi-channel agent communication. Agent Memory provides persistent recall, AI Search offers hybrid retrieval, and Browser Run quadrupled its concurrency.

Developer Experience and the Agentic Web

On the developer side, a new unified CLI (cf) consolidates command interfaces. Agent Lee, an in-dashboard agent, handles configuration directly. Flagship adds native feature flags, and the Registrar API beta enables domain registration from terminal or editor.

The “agentic web” category may have the longest-term implications. An Agent Readiness score lets website operators measure how well their sites work for agent traffic. Redirects for AI Training enforce canonical content for model crawlers. FL2, a Rust-based request handler, claims a 60% performance lead over existing options.

The Platform Consolidation Bet

CEO Matthew Prince framed the ambition directly in the press release: “Agents need a home that is secure by default, scales to millions instantly, and persists across long-running tasks. We’ve spent nine years building the foundation for this with Cloudflare Workers.”

OpenAI’s Rohan Varma, who leads the Codex product, endorsed the positioning: “With Cloudflare, we’re making it dramatically easier for developers to deploy production-ready agents powered by GPT-5.4 and Codex to run real enterprise workloads at scale,” according to the same press release.

The strategic bet is consolidation. Rather than stitching together separate providers for compute, identity, inference, and observability, Cloudflare wants the entire agent stack on its network. Whether enterprises will accept that level of vendor concentration, or whether the modular multi-cloud approach wins out, is the open question heading into AWS re:Invent and Google Cloud Next later this week.