shiichan

Cloudflare's Agents Week 2026: a five-category flood of new agent services!

Hey there, it's Shiichan! Today I've got a super fun recap for you. Cloudflare just wrapped its very first Agents Week 2026, and I want to walk through everything they dropped!

Cloudflare Blog blog.cloudflare.com

What was announced?

On the Cloudflare Blog, there's a recap post that gathers up every launch from the inaugural Agents Week 2026. The theme is "Cloud 2.0 — the agentic cloud." Assuming a world where AI agents are a primary workload, Cloudflare announced a mountain of services across five categories: compute, security, the agent toolbox, prototype-to-production, and the agentic web!

Why it matters

Cloud infrastructure has long been designed around "one app serving many people." But once AI agents write their own code, run it, and call external APIs, the shape of the workload changes. Tens of millions of sessions can run at once, each wanting its own environment and database. Cloudflare is building the foundation to absorb that new kind of load, and it calls that foundation the agentic cloud. So this recap isn't just a pile of features — it's a declaration that Cloudflare is rebuilding the cloud itself for agents.

What changes

If you build agents, almost every part you need now lives on Cloudflare: storage for code, isolated runtimes, memory, search, voice, email, browser control, and model inference. Having them in one place means less glue work stitching services together. And because there are built-in ways for agents to reach internal resources safely, you can move from "it works but it's risky" toward "it works and it's safe."

Dive Deep

Let me pick a highlight from each category!

Compute:

  • Sandboxes went GA, giving agents isolated environments with shell, filesystem, and background processes.
  • Artifacts is Git-compatible versioned storage where you can create tens of millions of repos.
  • Workflows v2 rebuilt its control plane to support 50,000 concurrency and a 300 creation rate limit.

Security:

  • Cloudflare Mesh grants users, nodes, and agents scoped access to private networks.
  • Managed OAuth for Access lets agents authenticate on behalf of users without insecure service accounts, adopting RFC 9728.

Agent toolbox:

  • AI Platform is a unified inference layer that calls models from 14+ providers.
  • Agent Memory gives agents persistent memory so they recall what matters and forget what doesn't.
  • Unweight is inference-time compression that cuts model footprint by up to 22%, losslessly.
  • Browser Run adds Live View, Human in the Loop, and 4x higher concurrency for browser automation.
  • There's also AI Search, Voice Agents, and Email Service.

Prototype to production:

  • Agent Lee is an in-dashboard agent that turns tab-switching into a single prompt.
  • Flagship is feature flags on Cloudflare's network with sub-millisecond flag evaluation.
  • cf CLI is a new unified CLI spanning nearly 3,000 API operations.

Agentic web:

Wrap-up

  • Cloudflare's first Agents Week 2026 bundled new agent-focused services across five categories.
  • Compute (Sandboxes GA, Artifacts, Workflows v2), security (Mesh, Managed OAuth), and the toolbox (AI Platform, Agent Memory, Unweight, and more) all landed at once.
  • The numbers are concrete: Workflows v2 at 50,000 concurrency, AI Platform with 14+ providers, Unweight at 22% reduction.
  • The theme is "Cloud 2.0 — the agentic cloud," a foundation that treats agents as a primary workload.

If you're a developer who wants to assemble agents yourself, or you want your AI app's foundation all on Cloudflare, this recap is right up your alley!