cloudflare

Building the agentic cloud: everything we launched during Agents Week 2026 (opens in new tab)

Cloudflare’s Agents Week 2026 introduced a broad set of infrastructure primitives for building and operating AI agents at scale. The company argues that agents require a new cloud model—“Cloud 2.0”—with elastic compute, built-in security, persistent state, specialized tools, and support for agent-driven web traffic. Its announcements span compute environments, identity and networking, developer tooling, inference, voice, email, and memory.

Compute for Autonomous Agents

  • Artifacts provides Git-compatible, versioned storage for code and data. It supports tens of millions of repositories, remote forking, and access through standard Git clients.
  • Cloudflare Sandboxes, now generally available, give agents persistent isolated computers with shells, filesystems, and background processes. Environments can start on demand and resume where they left off.
  • Outbound Workers for Sandboxes act as programmable, zero-trust egress proxies. They let developers inject credentials and apply dynamic outbound security policies without exposing secrets to agent-generated code.
  • Durable Object Facets allow dynamically generated Workers to create isolated Durable Objects with their own SQLite databases, enabling stateful applications built on the fly.
  • Workflows was rearchitected to support up to 50,000 concurrent executions and a creation rate of 300, making it more suitable for durable, long-running background agents.

Security, Identity, and Private Networking

  • Cloudflare Mesh provides private network access for users, infrastructure, Workers, and autonomous agents. Combined with Workers VPC, it enables scoped access to private databases and APIs without manually configured tunnels.
  • Managed OAuth for Cloudflare Access lets agents authenticate to internal applications on behalf of users using RFC 9728 rather than insecure shared service accounts.
  • New identity controls include scannable API tokens, improved OAuth visibility, and resource-scoped permissions to support least-privilege access and automated credential protection.
  • Cloudflare outlined an enterprise architecture for governing MCP deployments using Access, AI Gateway, and MCP server portals.
  • Code Mode reduces MCP token costs, while new Cloudflare Gateway rules help detect unauthorized or “Shadow MCP” usage.

The Agent Toolbox

  • A new preview of the Agents SDK, called Project Think, aims to provide a more complete platform for agents that can reason, act, and persist.
  • An experimental voice pipeline supports real-time speech-to-text and text-to-speech over WebSockets, requiring roughly 30 lines of server-side code.
  • Cloudflare Email Service entered public beta, allowing agents to send, receive, and process email as a native communication channel.
  • Cloudflare’s AI platform is becoming a unified inference layer supporting models from more than 14 providers, including third-party model bindings for Workers and an expanded multimodal catalog.
  • Cloudflare also described a custom infrastructure stack for serving large language models efficiently on its global network.
  • Unweight, a lossless inference-time compression system, reduces model footprints by up to 22%, improving GPU memory efficiency and potentially lowering inference cost and latency.
  • Agent Memory was introduced as a managed service for giving agents persistent memory, though the provided article excerpt ends before detailing its full capabilities.

Cloudflare’s announcements collectively position Workers and related services as a platform for the agentic cloud: one capable of running agents, securing their access, preserving their state, and supplying the models and communication tools they need to operate continuously at Internet scale.