Building the agentic cloud: everything we launched during Agents Week 2026
Key Points
- Sandboxes GA for persistent agent runtimes
- Artifacts: Git‑compatible versioned storage
- Cloudflare Mesh + Managed OAuth for secure agent access
Summary
Cloudflare announced a broad set of agent-focused primitives during Agents Week 2026 to enable persistent, secure, and massively scalable agent workloads. The launch covers compute (persistent Sandboxes, Artifacts Git-compatible storage, Durable Object Facets), security (Cloudflare Mesh, Managed OAuth, scoped tokens), an agent toolbox (Agents SDK preview, voice, email, Agent Memory, AI Search, Browser Run, inference layer and Unweight compression), developer tooling (cf CLI, Agent Lee, Flagship, Registrar API), and web readiness (Agent Readiness score, Redirects for AI Training, FL2 network improvements).
Key Points
- Compute
- Artifacts: Git-compatible versioned storage for tens of millions of repos and agent workflows.
- Sandboxes (GA): persistent isolated runtimes with a shell, filesystem, background processes; Outbound Workers provide zero-trust egress and credential injection.
- Durable Object Facets: per-instance SQLite databases for on-the-fly, stateful AI-generated apps.
- Workflows control plane rearchitected to support ~50k concurrency and high creation rates.
- Security
- Cloudflare Mesh + Workers VPC: scoped private network access for users, nodes, and agents.
- Managed OAuth (RFC 9728): one-click agent authentication without insecure service accounts.
- Scannable API tokens and resource-scoped permissions (GA) to enforce least-privilege.
- Agent toolbox & inference
- Project Think: Agents SDK preview with lightweight primitives and batteries-included features.
- Voice pipeline: real-time STT/TTS over WebSockets; Email Service in public beta for agent inbox integration.
- Cloudflare inference layer: single API to call 14+ model providers; Unweight compression reduces LLM footprint (~22%).
- Agent Memory: managed persistent memory; AI Search: dynamic search instances; Browser Run: browsing tooling with CDP, session recordings, higher concurrency.
- Developer UX & platform
- cf unified CLI and Local Explorer for local debugging; Agent Lee in-dashboard agent for operational workflows.
- Flagship: low-latency feature flags using KV/Durable Objects; PlanetScale + Workers examples for Postgres/MySQL.
- Cloudflare Registrar API (beta): register and manage domains programmatically.
- Agentic web & performance
- Agent Readiness score and Redirects for AI Training to help sites present canonical content to crawlers.
- FL2 Rust-based request layer and shared dictionary compression to improve real-world performance.
Actionable next steps for engineers
- Pilot Sandboxes + Artifacts for persistent agent state and CI/prototyping flows.
- Adopt Managed OAuth + Mesh when granting agent access to internal APIs and DBs.
- Use Agent Memory, AI Search, and Browser Run to add recall, retrieval, and web capabilities to agents.
- Integrate cf CLI, Agent Lee, and Flagship into CI/CD and rollout workflows; evaluate Unweight if running large LLMs at scale.