← Back to Blog

Cloudflare Agent Cloud Explained: What Dynamic Workers, Sandboxes, and Think Actually Change for AI Agents

Editorial image for Cloudflare Agent Cloud Explained: What Dynamic Workers, Sandboxes, and Think Actually Change for AI Agents about AI Infrastructure.
BLOOMIE
POWERED BY NEROVA

Cloudflare expanded its Agent Cloud on April 13, 2026 with a clear message: AI agents need better infrastructure, not just better models. Instead of treating agents like fancy chat apps, Cloudflare is building a runtime stack for long-running, tool-using, code-writing systems that need to execute safely and cheaply at scale.

That makes this launch more important than a normal platform update. If AI agents are going to move from laptop demos into real products, they need compute, storage, persistence, isolation, and recovery primitives that fit agent behavior. Cloudflare Agent Cloud is a direct attempt to become that foundation.

What Cloudflare launched

Cloudflare describes Agent Cloud as a suite of infrastructure, security, and developer tools for building, deploying, and scaling AI agents on its network. The April 2026 expansion centered on four especially important pieces:

  • Dynamic Workers, an isolate-based runtime for executing AI-generated code quickly in a secure sandbox.
  • Artifacts, a Git-compatible storage layer designed to give agents a durable home for code and files.
  • Sandboxes, now generally available, for cases where an agent needs a full Linux environment.
  • Think, a framework in Cloudflare’s Agents SDK aimed at persistence and longer-running multi-step tasks.

Put simply, Cloudflare is trying to cover the whole lifecycle of an agent run. When lightweight code execution is enough, Dynamic Workers can handle it. When an agent needs a real operating system, Sandboxes are there. When it needs durable files or repos, Artifacts steps in. When the workflow needs persistence and recovery, Think is part of the story.

Why Dynamic Workers matter

Dynamic Workers are arguably the most interesting part of the release because they target one of the most uncomfortable truths in agent infrastructure: giving every agent a full container is expensive and often unnecessary.

Cloudflare says Dynamic Workers can spin up in milliseconds, execute untrusted code in an isolated environment, and then disappear. That is a much better fit for many agent tasks than a heavy always-on server. If an agent just needs to transform data, call an API, chain a few tools together, or run generated JavaScript safely, this model can be faster and far cheaper than traditional container-based designs.

The strategic importance is bigger than performance. AI agents increasingly write small amounts of code on the fly to solve tasks. A platform that can securely run that code as a first-class pattern has an advantage over platforms that still assume pre-defined tools are the only safe interface.

Where Sandboxes fit instead

Not every agent task is lightweight. Some need a real shell, a filesystem, installed packages, long-running processes, cloned repositories, or build tooling. That is where Cloudflare Sandboxes matter.

Cloudflare made Sandboxes generally available as part of this push. A Sandbox is a persistent Linux environment where an agent can do more human-like engineering work: clone repos, install dependencies, run builds, execute scripts, and iterate across longer tasks. In practice, this gives Agent Cloud both a lightweight lane and a heavyweight lane.

That dual model is smart. The future of agents is unlikely to run on one runtime alone. Some jobs will be small and stateless. Others will look much more like a temporary cloud workstation. Cloudflare is trying to serve both without forcing developers to stitch together a separate stack for each case.

Artifacts and Think are the deeper story

Dynamic Workers and Sandboxes are easy to picture. Artifacts and Think are easier to overlook, but they may be even more important over time.

Artifacts is Cloudflare’s Git-compatible storage primitive for the agent era. That matters because agents are generating more code, more branches, more files, and more intermediate state than traditional user workflows. If agents are going to collaborate with humans and with other agents, they need durable storage that feels native to software work.

Think, meanwhile, is about persistence and long-running behavior inside the Agents SDK. Cloudflare is explicitly addressing the problem that many agent tasks outlive a single request or single prompt. An agent may need to remember context, recover after failure, resume streams, manage tool execution, and keep working across multiple steps. Those are runtime problems, not prompt problems.

In other words, Cloudflare is not just offering a place to host an AI app. It is assembling the control surfaces required for agents that keep going.

Why this matters for production AI agents

The clearest takeaway from Agent Cloud is that infrastructure is becoming one of the main bottlenecks in agent adoption. Many teams can already build an impressive demo. Far fewer can run millions of secure, cost-effective, long-lived agent actions across real customer workloads.

Cloudflare’s framing is especially useful here. The company argues that the world where every employee has dozens of personal agents will break older infrastructure assumptions. Whether that exact future arrives on schedule or not, the direction is right: the economics and runtime model of agent software are different from the economics and runtime model of a normal web app.

That is why Agent Cloud deserves attention from builders, not just Cloudflare customers. It is one of the strongest recent examples of a vendor designing infrastructure specifically around agent behavior: generated code execution, persistent state, long-running flows, safe isolation, and global-scale deployment.

The practical takeaway

If you are evaluating Cloudflare Agent Cloud, the main question is not whether it can host an AI feature. The main question is whether your roadmap includes agents that need to execute code, manage files, survive restarts, interact with real systems, or run for longer than a single request cycle.

If yes, Cloudflare is increasingly relevant. Agent Cloud shows how the market is maturing from “Which model should I call?” to “What runtime should my agents live in?” That is a much more serious question, and it is exactly where production AI is headed.

For Nerova’s audience, the bigger lesson is simple: the companies shaping the next wave of AI agents will not just ship impressive models. They will ship reliable homes for those agents to run. Cloudflare clearly wants to be one of those homes.

Ask Nerova about this article