Back to all summaries

Building the agentic cloud: everything we launched during Agents Week 2026

Ming Lu, Anni Wang
Agents Week Agents AI Durable Objects Cloudflare Workers SDK Browser Run Cloudflare Access Browser Rendering MCP Developer Platform Developers Sandbox LLM Cloudflare Gateway Workers AI Product News API

AI-Generated Summary: This is an automated summary created using AI. For the full details and context, please read the original post.

Cloudflare Announces Agentic Cloud: A New Era for Developers

Cloudflare has marked the end of its first Agents Week, a week dedicated to the emerging age of agents. As agents become increasingly prevalent in various industries, Cloudflare has launched a new set of primitives designed to solve the challenges of building, deploying, and running agents at scale. The agentic cloud is a new infrastructure designed to support a world where agents are a primary workload.

Key Announcements

  1. Artifacts: A Git-compatible versioned storage system for agents, developers, and automations. Artifacts allows for tens of millions of repositories, forked from any remote, and can be handed off to any Git client.
  2. Cloudflare Sandboxes: Persistent, isolated environments for AI agents, providing a real computer with a shell, filesystem, and background processes that start on demand and pick up where they left off.
  3. Outbound Workers for Sandboxes: A programmable, zero-trust egress proxy for AI agents, allowing developers to inject credentials and enforce dynamic security policies without exposing sensitive tokens to untrusted code.
  4. Durable Objects in Dynamic Workers: A feature that enables each AI-generated app to have its own isolated SQLite database, allowing developers to build platforms that run persistent, stateful code generated on-the-fly.
  5. Cloudflare Workflows: A durable execution engine for multi-step applications, now supporting 50,000 concurrency and 300 creation rate limits through a rearchitectured control plane.

Practical Implications for Developers

The agentic cloud provides a new set of primitives for developers to build, deploy, and run agents at scale. With Artifacts, developers can create and manage tens of millions of repositories, while Cloudflare Sandboxes provide a persistent, isolated environment for AI agents. Outbound Workers for Sandboxes enable developers to inject credentials and enforce dynamic security policies, while Durable Objects in Dynamic Workers allow for persistent, stateful code generation. Cloudflare Workflows provides a durable execution engine for multi-step applications, supporting high concurrency and creation rates.

Want to read the full article?

Read Full Post on Cloudflare Blog