Cloudflare, Inc. Expands Agent Cloud with New Features

NET

Published on 04/13/2026 at 02:36 pm EDT

Cloudflare, Inc. was expanding its Agent Cloud with new features to help developers build, deploy, and scale agents. This suite of infrastructure, security, and developer tools is designed to move AI agents from experimental demos on local laptops to robust, production-grade workloads running across Cloudflare?s global network. Cloudflare?s Agent Cloud provides a full suite of tools and infrastructure to power the next generation of AI agents, allowing developers to scale agents efficiently with a purpose-built compute model.

Cloudflare is rolling out Dynamic Workers, an isolate-based runtime designed to run AI-generated code in a secure, sandboxed environment faster and more efficiently than traditional containers. When an agent needs to execute a code snippet to call an API, transform data, or chain tool calls together, Dynamic Workers spin up in milliseconds, run the JavaScript, and disappear. For the vast majority of agent tasks, this is all one need: secure isolation at 100x the speed and a fraction of the cost of containers, scaling to millions of concurrent executions with no warm-up.

Cloudflare is introducing Artifacts, a Git-compatible storage primitive built specifically for the agents-first era. Artifacts enables developers to create tens of millions of repositories, fork from any remote source, and provide agents with a permanent home for code and data that is accessible to any standard Git client. Cloudflare is announcing the General Availability of Sandboxes for when an agent needs a full operating system.

A Sandbox is a persistent, isolated Linux environment with a shell, a filesystem, and background processes, where an agent can clone a repository, install Python packages, run builds, and iterate with the same tight feedback loop a human developer gets. Cloudflare?s Agent Cloud addresses this disconnect with Think, a framework within the Agents SDK designed for persistence. This next-generation SDK empowers developers to build agents that support long-running, multi-step tasks rather than just responding to single prompts.

Cloudflare is expanding its model catalog to allow developers to choose from a range of proprietary models from OpenAI and GPT-5.4 and open-source models, all through a single pane of glass. Cloudflare makes switching between providers as easy as changing a single line of code, without the requirement of managing multiple vendors.