Cloudflare gives AI agents a computer instead of a container
The new @cloudflare/computer preview lets agents move between fast isolates and full Linux containers while working on the same files.

Cloudflare has introduced an early preview of @cloudflare/computer, an open-source runtime for AI agents that treats a working filesystem and execution environment as the agent’s main interface.
The pitch is that agents should not each receive a full container by default. Cloudflare says large-scale agent systems need to move between cheaper isolates and heavier Linux containers depending on the task. The new package gives an agent a durable virtual filesystem, tools for file and shell work, and optional execution backends that can run inside a Worker isolate or a Cloudflare Container.
For developers, the practical change is a higher-level workspace abstraction. An agent can read, write, edit, clone repositories and run commands against the same files while the platform decides which runtime is efficient enough and which tasks need a full container.
Cloudflare frames the release as part of its Agents Week and a broader push toward infrastructure built for autonomous software rather than human-operated dashboards. The preview is available as an npm package and on GitHub.
Sources
- Cloudflareblog.cloudflare.com