The Agentic Cloud Revolution: Your Questions Answered on Cloudflare’s Latest Innovations
By • min read
<p>Welcome to our deep dive into everything Cloudflare unveiled during Agents Week 2026. This innovation week was all about the age of agents—AI-driven programs that are changing how we work, from coding and support to research. Agents are no longer a novelty; they're becoming a primary workload, running in parallel around the clock. But to support millions of agents running simultaneously, we need a new kind of cloud infrastructure—what Cloudflare calls Cloud 2.0, the agentic cloud. Below, we answer your top questions about this transformative shift, covering compute, storage, security, and the future of the web. Let's get started.</p>
<h2 id="q1">What is the agentic cloud and why do we need it?</h2>
<p>The agentic cloud is a new infrastructure paradigm designed specifically for AI agents as a primary workload. Unlike the traditional cloud, which was built on a one-app-serves-many-users model, the agentic cloud must handle tens of millions of simultaneous sessions—each agent needing its own compute, storage, and identity. As Cloudflare's CTO Dane Knecht noted, if even a fraction of the world's knowledge workers each run several agents in parallel, the scale is staggering. The old cloud can't keep up. Agents require compute that scales from full operating systems to lightweight isolates, plus built-in security and an entire toolbox of models and tools. The agentic cloud is built for this new reality, enabling developers to build, deploy, and run agents at scale without friction.</p><figure style="margin:20px 0"><img src="https://cf-assets.www.cloudflare.com/zkvhlag99gkb/25twxcfrFmVdPOM25w44Kz/61e7071d4f1fef8a5ea9b979e7871684/Building_the_agentic_cloud-_everything_we_launched_during_Agents_Week_2026-OG.png" alt="The Agentic Cloud Revolution: Your Questions Answered on Cloudflare’s Latest Innovations" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: blog.cloudflare.com</figcaption></figure>
<h2 id="q2">What compute options did Cloudflare announce for running agents?</h2>
<p>During Agents Week, Cloudflare expanded its compute platform to offer two key environments tailored for different agent needs. First, <strong>Sandboxes</strong> provide AI agents with a persistent, isolated environment—a real computer with a shell, filesystem, and background processes. This is ideal for agents that need to install packages or run terminal commands. Second, the existing Workers platform continues to serve lightweight agents that start in milliseconds and can scale to millions. This dual approach means agents can choose the right level of isolation and performance. Additionally, Cloudflare highlighted that its serverless platform, launched eight years ago with Workers, was ready-made for this moment—now grown into a full platform with primitives purpose-built for agents.</p>
<h2 id="q3">How does Cloudflare handle storage and code management for agents?</h2>
<p>Storage and version control are critical for agents that write code or manage data. Cloudflare introduced <strong>Artifacts</strong>, a Git-compatible versioned storage system built for agents. With Artifacts, you can create tens of millions of repositories, fork from any remote, and hand off a URL to any Git client. This gives agents, developers, and automations a single home for code and data. Whether an agent is generating code, storing configurations, or collaborating with human developers, Artifacts provides a familiar, scalable foundation. It speaks Git, so it integrates seamlessly with existing workflows. This is a key piece of the agent toolbox, ensuring that everything agents produce has a clear path from prototype to production.</p>
<h2 id="q4">What security and identity features are built into the agentic cloud?</h2>
<p>Security and identity are foundational to the agentic cloud, not afterthoughts. Cloudflare has built identity directly into how agents run, using their existing platform capabilities. Each agent can have its own identity, with fine-grained permissions tied to compute and storage resources. This means agents can access only what they need, reducing risk. Additionally, Sandboxes provide strong isolation—each agent gets its own environment that is destroyed after use (if desired) or persists. The entire platform leverages Cloudflare's global network for DDoS protection, firewalls, and zero-trust access. For developers, this means they can deploy agents knowing that security is baked in, without having to manage separate infrastructure.</p><figure style="margin:20px 0"><img src="https://blog.cloudflare.com/cdn-cgi/image/format=auto,dpr=3,width=64,height=64,gravity=face,fit=crop,zoom=0.5/https://cf-assets.www.cloudflare.com/zkvhlag99gkb/15tKckibXhwPEckLeCWGle/a0bc2f5d0219244489150cc090c04357/0b44a65c-00b0-4550-8cbd-724f7960252a_800x800.png" alt="The Agentic Cloud Revolution: Your Questions Answered on Cloudflare’s Latest Innovations" style="width:100%;height:auto;border-radius:8px" loading="lazy"><figcaption style="font-size:12px;color:#666;margin-top:5px">Source: blog.cloudflare.com</figcaption></figure>
<h2 id="q5">What tools and models are part of the agent toolbox?</h2>
<p>Agents need the right <em>models</em>, <em>tools</em>, and <em>context</em> to do real work. Cloudflare's agent toolbox includes access to a variety of AI models (both open-source and proprietary) through its Workers AI platform, allowing agents to call inference endpoints directly. Tools like vectorize for embeddings, KV for state storage, and Durable Objects for real-time coordination are all available. Additionally, the platform provides APIs for web search, rendering, and more. During Agents Week, Cloudflare emphasized that these primitives are designed to work together seamlessly. For example, an agent can use Workers for compute, KV for session state, and an AI model for reasoning—all on the same infrastructure. This unified approach reduces latency and complexity.</p>
<h2 id="q6">How will agents change the web itself, and what is Cloudflare doing about it?</h2>
<p>As agents drive a growing share of internet traffic, the web needs to adapt for the emerging <strong>agentic web</strong>. Cloudflare is addressing this by building infrastructure that treats agents as first-class citizens. This includes specialized endpoints for agent-to-agent communication, optimized routing for agent traffic, and standards for agent identity and authentication. They are also working on making web content more machine-readable, so agents can understand and interact with pages efficiently. The goal is to create a web where agents can seamlessly retrieve information, perform actions, and collaborate—without needing brittle scraping or complex API integrations. Cloudflare's network already powers much of the internet, positioning them to lead this evolution from the infrastructure layer.</p>
<h2 id="q7">What does the term 'Cloud 2.0' mean in this context?</h2>
<p>Cloud 2.0 is Cloudflare's vision for the next generation of cloud infrastructure—the agentic cloud. It moves beyond the one-app-serves-many-users model to a world where each user (or agent) may run their own dedicated micro-instances. This requires massive horizontal scaling, fast instantiation, and integrated security. Cloudflare's existing serverless platform, Workers, was built for exactly this: containerless, lightweight, and globally distributed. Over the years, it has grown to include storage, AI, and real-time services. Cloud 2.0 is the culmination: a platform where agents are the primary workload, with compute, storage, and identity all optimized for their unique needs. It's not just a technology upgrade—it's a fundamental shift in how we think about cloud computing.</p>