Cloudflare expands Agent Cloud
Cloudflare rolled out new features for its Agent Cloud to help developers build and deploy AI agents at scale. (blog.cloudflare.com) The company also launched an “Agents Week” campaign to position agents as a mainstream deployment category for internet infrastructure. (investing.com)
Cloudflare is expanding its Agent Cloud as it tries to turn artificial intelligence agents from demos into production software. (blog.cloudflare.com) An artificial intelligence agent is software that keeps state, uses tools, and takes multi-step actions for one user or one task instead of serving many users from one shared app. Cloudflare said on April 12 that this one-agent-per-task model breaks the economics of container-based cloud infrastructure built for smartphone-era apps. (blog.cloudflare.com) Cloudflare’s pitch rests on Workers and Durable Objects, its serverless building blocks for code and storage. The company’s developer docs say a Durable Object combines compute with strongly consistent storage, can be named globally, and can scale to millions of instances that start when needed and shut down when idle. (developers.cloudflare.com) That matters because many agent systems need memory, scheduling, and coordination over time, not just a single chat response. Cloudflare said its Agent Cloud is meant to supply the compute, deployment, security, and persistence needed for long-running agents across its global network. (blog.cloudflare.com; finanznachrichten.de) The company wrapped the launch in an “Agents Week” campaign that began April 12, 2026. Cloudflare’s event page says the week is focused on how agents are changing the way the internet is built, secured, and scaled. (cloudflare.com) Cloudflare has been assembling this stack for months. In 2025 it launched a JavaScript Agents Software Development Kit, added tool-calling and longer context windows to Workers Artificial Intelligence, and introduced support for remote Model Context Protocol servers so agents could connect to outside services over the internet. (blog.cloudflare.com; blog.cloudflare.com) It has also been adding parts around that core. Cloudflare’s Agents Software Development Kit repository shows active development through April 2026, and the company’s changelog on March 23 listed version 0.8.0 with readable agent state, idempotent scheduling changes, typed AgentClient updates, and a migration to Zod 4. (github.com; developers.cloudflare.com) Cloudflare is not alone in chasing this market, but its argument is narrower than “we build the agents.” Chief Executive Officer Matthew Prince said the company has spent nine years building Workers for this moment, while OpenAI product lead Rohan Varma said Cloudflare is making it easier to deploy production-ready agents powered by GPT-5.4 and Codex at enterprise scale. (finanznachrichten.de) The bet is that agent infrastructure becomes its own category, much like content delivery networks and cloud hosting did in earlier internet cycles. Agents Week is Cloudflare’s attempt to claim that category early, with a platform built around millions of small, stateful programs rather than a smaller number of large applications. (blog.cloudflare.com; cloudflare.com)