Building the agentic cloud: everything we launched during Agents Week 2026
Summary
Cloudflare has launched a suite of infrastructure primitives designed to support the "agentic cloud," focusing on the unique compute, security, and memory requirements of autonomous AI agents. The updates provide scalable, stateful, and secure environments for running high-concurrency agentic workloads.
Key Points
- Cloudflare Sandboxes (GA): Provides persistent, isolated environments featuring a shell, filesystem, and background processes that can resume from previous states.
- Cloudflare Workflows: The rearchitected control plane now supports 50,000 concurrency and a 300 creation rate limit for durable execution.
- Unweight Compression: A new lossless inference-time compression system that reduces LLM model footprints by up to 22% to optimize GPU memory bandwidth.
- Flagship Feature Flags: A native service utilizing KV and Durable Objects to achieve sub-millisecond flag evaluation latency.
- Browser Run: An evolution of Browser Rendering that includes CDP access, Live View, and 4x higher concurrency limits for agentic browsing.
able- Artifacts: A Git-compatible, versioned storage system designed to manage code and data for millions of repositories.
Technical Details
The new infrastructure addresses the transition from single-user applications to massive-scale agentic sessions. On the compute layer, Durable Object Facets allow Dynamic Workers to instantiate Durable Objects with isolated SQLite databases, enabling the execution of persistent, stateful code generated on-the-fly. For networking, Cloudflare Mesh integrates with Workers VPC to provide secure, scoped access to private databases and APIs, while Managed OAuth for Access implements RFC 9728 to allow agents to authenticate on behalf of users without insecure service accounts.
The AI inference layer has been expanded to act as a unified layer for over 14 providers, utilizing Workers bindings for third-party model integration. For agent memory and retrieval, Cloudflare introduced Agent Memory for persistent state and AI Search for dynamic, hybrid retrieval-augmented generation (RAG). Developers can also manage the platform via the new cf CLI, which provides a unified interface for over 3,000 API operations, and the Agents SDK, which now includes an experimental WebSocket-based pipeline for real-time STT and TTS.
Impact / Why It Matters
These updates enable developers to deploy autonomous agents that can securely interact with private enterprise networks and maintain long-term state across sessions. The infrastructure is specifically optimized to handle the massive concurrency and high-frequency, small-scale compute tasks characteristic of the emerging agentic web.