Business

Cloudflare open-sources its Cloudflare OS AI platform

Cloudflare has open-sourced Cloudflare OS, a secure, capability-based AI platform that lets non-technical employees safely build and modify custom business tools using generative AI.

InfoQ AI1 day agoBusiness
Image: InfoQ AI

Cloudflare has released Cloudflare OS under the Apache-2.0 license on GitHub, offering a secure, capability-based corporate AI platform. The system allows enterprise teams to automate repetitive workflows and generate custom software in a secure sandbox. Rather than relying on a centralized, multi-tenant software-as-a-service architecture, Cloudflare OS provides each user with an isolated copy of an application, known as a Gadget. These instances run within fine-grained V8 isolates managed by Cloudflare's open-source workerd runtime and Dynamic Workers, allowing users to safely modify their application's source code on the fly using generative AI.

Security is managed through a capability-based system called Gatekeepers. Unlike standard Model Context Protocol setups that can grant broad ambient access, Gatekeepers strictly limit access to specific resources, mask sensitive database columns, enforce role-based rate limits, and require human approval for destructive actions. According to lead architect Kenton Varda, the platform acts as a secure sandbox where security teams can comfortably allow non-technical users to "vibe code" without risking cross-tenant data leaks. When a Gadget is shared, the system verifies that the recipient already has direct permission to access the connected resources.

The platform was developed to address Cloudflare's own operational scaling hurdles, where employees previously sought to deploy unvetted AI workflows. Since its internal deployment in May 2026, Cloudflare OS has yielded significant productivity gains. Non-technical staff built more than 4,000 custom business tools within 30 days, and sales teams saved roughly 10,000 hours of manual data aggregation. Additionally, engineering teams utilized a machine-readable policy repository called the Cloudflare Engineering Codex. Automated review agents checking pull requests against this codex flagged nearly 250,000 potential bugs, blocked 16,000 non-compliant merges, and caught about 600 architectural defects before implementation.

For enterprise practitioners, Cloudflare OS provides a template for deploying secure, customizable internal developer platforms. While some community commentators wonder if established productivity suites from Google or Microsoft will eventually overshadow standalone agent workspaces, the open-source release gives organizations immediate access to a proven, zero-trust framework for corporate AI integration.

This is our own summary of reporting by InfoQ AI

More in Business