•1 min read•from InfoQ
Cloudflare Sandboxes Reach General Availability, Giving AI Agents Persistent Isolated Environments
Our take
Cloudflare has officially launched Sandboxes and Containers, offering persistent isolated Linux environments tailored for AI agent workloads. This new offering introduces advanced features such as secure credential injection via egress proxy, PTY terminal support, persistent code interpreters, filesystem monitoring, and snapshot-based session recovery. With a pricing model that charges only for active CPU cycles used, Cloudflare's Sandboxes empower developers to create secure, efficient, and flexible environments for their AI applications. Explore how these innovations can enhance your data management and AI capabilities.


Cloudflare has released Sandboxes and Containers into general availability, providing persistent isolated Linux environments for AI agent workloads. New capabilities include secure credential injection via egress proxy, PTY terminal support, persistent code interpreters, filesystem watching, and snapshot-based session recovery. Active CPU pricing charges only for used cycles.
By Steef-Jan WiggersRead on the original site
Open the publisher's page for the full experience
Related Articles
- Cloudflare Launches Dynamic Workers Open Beta: Isolate-Based Sandboxing for AI Agent Code ExecutionCloudflare has released Dynamic Worker Loader into open beta, offering V8 isolate-based sandboxing for AI-generated code execution. The company claims isolates start in milliseconds, using megabytes of memory, making them roughly 100x faster and up to 100x more memory-efficient than containers. The feature builds on Cloudflare's Code Mode approach. By Steef-Jan Wiggers
- Cloudflare Introduces Project Think: A Durable Runtime for AI AgentsCloudflare's Project Think introduces a new framework for AI agents, shifting from stateless orchestration to a durable actor-based infrastructure. It features a kernel-like runtime enabling agents to manage memory and run code securely. Innovations include Fibers for checkpointing progress and a Session API for relational conversations, enhancing agent efficiency and resilience. By Patrick Farry