Cloudflare Expands Agent Stack
Cloudflare expanded its Agent Cloud to support long‑running AI agents and also launched Cloudflare Mesh, a private networking product that gives agents distinct identities for granular access control. The announcements aim to separate agent orchestration and runtime from platform-level networking and policy enforcement. (siliconangle.com, investing.com)
Artificial intelligence agents are software that can keep working after you stop typing, and Cloudflare is adding tools to run them longer and lock down what they can reach. (cloudflare.com) Cloudflare said on April 13 that its Agent Cloud now supports “long-running” agents that can persist for days, weeks, or months instead of ending with a single request. Its developer docs say those agents can survive restarts, wake on demand, and manage work that lasts far longer than one web call. (cloudflare.com, developers.cloudflare.com) The company followed that on April 14 with Cloudflare Mesh, a private networking product for users, servers, code, and autonomous agents. Cloudflare said Mesh gives each agent a distinct identity and lets developers grant scoped access to private databases and application programming interfaces without exposing them to the public internet. (cloudflare.com, blog.cloudflare.com) The split reflects two separate jobs in agent systems. One layer handles the agent’s memory, state, and conversations, while another layer handles the network path, identity checks, and access rules around internal systems. (developers.cloudflare.com, blog.cloudflare.com) Cloudflare’s own documentation draws that line inside its platform. Agents manage real-time communication and state, while Workflows handle background jobs, retries, failure recovery, and waits for outside events on tasks that run longer than 30 seconds. (developers.cloudflare.com, developers.cloudflare.com) That matters because many agent demos still behave like chatbots that answer once and forget. Cloudflare’s Agents docs say production agents need memory, scheduled actions, tool use, coordination with other agents, and live connections, and the company has been building that stack on Durable Objects, its stateful compute service. (developers.cloudflare.com, developers.cloudflare.com) Cloudflare has been pushing this strategy in stages. It launched its Agents software development kit in 2025, made Durable Objects available on the free tier for agent builders, and used this week’s “Agents Week” event to announce products across compute, connectivity, security, identity, economics, and developer tools. (blog.cloudflare.com, blog.cloudflare.com, blog.cloudflare.com) The company is also positioning Mesh beyond Cloudflare’s own cloud. Its April 14 press release said the product can connect agents running on Cloudflare, in private data centers, or in other public clouds, while keeping every connection encrypted and identity-based. (cloudflare.com, businesswire.com) Cloudflare’s pitch is that agent builders should not have to choose between autonomy and control. The company is trying to make long-lived agents behave more like employees with badges, permissions, and audit trails than scripts with a broad network key. (blog.cloudflare.com, cloudflare.com)