Cloudflare expands Agent Cloud

Cloudflare expanded its Agent Cloud with new tools for building and scaling AI agents, including Artifacts — a Git‑compatible storage layer that gives agents a persistent place for code and data. The announcement frames agents as first‑class workloads that need deployment, persistence and lifecycle controls. (siliconangle.com / morningstar.com)

Cloudflare said on April 13 that it is adding new infrastructure to Agent Cloud so developers can build and run long-lived artificial intelligence agents on its network. (cloudflare.com) An agent is software that does more than answer one prompt: it keeps state, uses tools, schedules work, and stays available between requests. Cloudflare’s Agents documentation says each agent runs on a Durable Object, a stateful service with its own Structured Query Language database, WebSocket connections, and scheduling. (developers.cloudflare.com) The new piece called Artifacts is a Git-compatible storage system for code and files, which gives an agent a persistent workspace instead of forcing it to start from scratch each session. Cloudflare said developers will be able to fork from any remote source and use standard Git clients against that storage layer. (cloudflare.com) Cloudflare is pitching that storage as a fix for a scale problem: traditional cloud software serves many users from a finite set of applications, while agents tend to be one instance per user or per task. In its Agents Week post, the company said that model breaks the usual container-and-microservices math because each agent needs its own execution environment and memory. (blog.cloudflare.com) The company’s existing agent stack already includes built-in memory, scheduling, email, real-time communication, and workflow orchestration. Its product page says each agent instance gets its own SQLite database and can hibernate when idle, then wake up to continue work. (workers.cloudflare.com / developers.cloudflare.com) Cloudflare is also pairing the storage launch with code-execution tools for agents that write and run software on the fly. In a March 24 post, the company said its Dynamic Worker Loader starts isolated execution environments about 100 times faster than traditional containers and is now in open beta for paid Workers users. (blog.cloudflare.com) For longer jobs, Cloudflare said Sandboxes are part of the same push, giving agents Linux environments where they can clone repositories, install packages, and build code. Third-party coverage of the April 13 launch said those Sandboxes are now generally available alongside Artifacts. (siliconangle.com / techzine.eu) Cloudflare framed the announcement as a shift from chatbot-style applications to “autonomous, long-running agents” that need deployment, persistence, and lifecycle controls. Matthew Prince, the company’s chief executive, said the goal is to make Cloudflare Workers “the definitive platform for the agentic web.” (cloudflare.com) The immediate bet is that developers will want one platform for storage, execution, state, and networking as agents move from demos on laptops to production systems. Cloudflare’s April 13 announcement is its clearest pitch yet that agents should be treated like a first-class workload, not a chatbot bolted onto an app. (cloudflare.com / blog.cloudflare.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.