Cloudflare
Computer vEarly Preview
The Computer by Cloudflare package introduces a new way to build and scale AI agents by providing them with their own dedicated 'computer' environment. Instead of relying solely on heavy, expensive containers, this runtime intelligently switches between lightweight isolates and container sandboxes based on the task requirements, such as file manipulation or native binary execution. This approach allows developers to scale agents to millions of concurrent instances while maintaining cost-efficiency and performance. By offering a durable, unified filesystem that stays in sync across different execution backends, the library simplifies the development of complex agentic systems. It provides developers with fine-grained control, auditability, and a clear paper trail of agent actions, making it a robust solution for production-grade autonomous workloads. The project is currently available as an open-source library, enabling developers to build agents that are secure, scalable, and capable of handling diverse tasks.
CI
Cloudflare CI is a native continuous integration engine built on Cloudflare Workflows and Sandbox. It allows developers to run CI/CD pipelines directly within the Cloudflare ecosystem, supporting automated builds, testing, linting, and conditional deployments.
Cloudflare OS v2.0
Cloudflare OS is an open-source AI productivity platform designed to function as an operating system for enterprise AI workloads. It enables employees to build, share, and run secure AI-powered applications (gadgets) while maintaining strict governance through capability-based security and Gatekeepers.
Kitesurf vBeta
Kitesurf is a stateless, highly scalable web browser designed specifically for AI agents to perform tasks like HTML extraction and screenshot generation. It runs entirely on Cloudflare Workers, offering significantly higher efficiency in CPU and memory usage compared to traditional Chromium-based browsers.
Code Mode MCP Server v1.0
Cloudflare has introduced the Code Mode Model Context Protocol (MCP) server, enabling AI agents to access the entire Cloudflare API efficiently. By utilizing Code Mode, this server reduces the context window usage to approximately 1,000 tokens, regardless of the number of API endpoints, thereby enhancing the performance of AI agents.
Agents SDK v0.5.0 v0.5.0
Cloudflare's Agents SDK v0.5.0 introduces built-in retry utilities, per-connection protocol message control, and a fully rewritten `@cloudflare/ai-chat` with data parts, tool approval persistence, and zero breaking changes. This release enhances the development of AI agents by providing more robust and flexible tools.
vinext v1.0.0
Vinext is an open-source Vite plugin developed by Cloudflare that reimplements the Next.js API surface, enabling seamless deployment across various platforms. It offers a drop-in replacement for Next.js, providing enhanced performance and compatibility with Cloudflare Workers.