Cloudflare Open-Sources AI-Powered Workflow Platform
Cloudflare has made its internal workflow automation platform, Cloudflare OS, publicly available, allowing users to create applications using natural language.

Cloudflare has publicly released Cloudflare OS, a platform developed over several months and tested internally, which permits employees to describe workflows in natural language for an AI agent to convert into applications. The company announced the open-source version's availability on GitHub on August 5, noting that thousands of Cloudflare employees utilize the platform daily to generate documents and presentations, automate repetitive tasks, and develop small applications for data visualization and operational assistance.
Kenton Varda, a principal engineer at Cloudflare, stated on social media that the platform functions as a comprehensive personal application development tool, offering a secure environment where AI agents cannot introduce significant security vulnerabilities. This security architecture aims to reassure corporate security teams about granting non-technical users permission to develop applications, ensuring system integrity. The security model involves creating granular application instances, where, for example, a document editor runs each document as a separate instance within its own sandbox. Cloudflare OS manages access permissions for each instance, with individual users operating their own modifiable copies of the code.
This sandboxing mechanism, built upon Cloudflare's existing Dynamic Workers feature, does not employ typical software containers. Instead, it generates “isolates,” which are instances of the V8 JavaScript execution engine. These isolates initialize within milliseconds and consume minimal memory, making them approximately 100 times faster and 10 to 100 times more memory-efficient than standard containers. To mitigate data exposure, AI agents initially lack permissions to access or share resources, requiring explicit requests through the Cloudflare OS platform. Server code operates with disabled global outbound networking, and client code executes within a sandboxed frame in the browser, preventing internet access unless explicitly provided.
The integrated sandboxing and permission process within the Cloudflare OS framework offers practical security benefits, though no system is entirely invulnerable. This is particularly relevant given a recent report from Pillar Security detailing sandbox escapes and boundary bypasses in various popular AI coding agents, including Cursor, Codex, Gemini CLI, and Antigravity. Cloudflare OS is designed to be compatible with a broad range of AI models, enabling organizations to select the most appropriate model for specific tasks.
Sam Rhea, Cloudflare’s chief information officer, explained that not every user requires access to the highest-performing, most advanced AI models, and organizations need to avoid situations where team members incur significant costs for routine tasks like summarizing emails. The platform has been enhanced to prioritize deterministic steps for specific workflows, employing AI inference only when necessary, rather than requiring frequent, resource-intensive inference sessions. Additionally, the platform provides administrators with tools to monitor and manage employee AI inference spending, including setting budgets and rate limits, which is crucial given the potential for rapid AI model usage expenditure.
Cloudflare also shared insights from its experience in ensuring the efficient use of AI tools via Cloudflare OS. An initial error involved providing non-engineering teams with similar tools as engineers, but with more user-friendly interfaces. However, traditional AI coding environments used by engineers were found to be less suitable for knowledge work involving unique outputs and projects spanning numerous record systems. This approach led to an excess of newly developed applications, with Rhea noting that "the result became a flood of vibe coded apps looking for a problem to solve."
The increasing adoption of AI agents internally also meant that any Cloudflare employee could generate poor quality code more quickly, facilitated by AI. To address this, the company established the Cloudflare Engineering Codex, an authoritative guide to assist both human engineers and AI agents in reviewing code and identifying potential issues. Over the past four months, the company's AI code reviewer identified nearly 250,000 deviations from Cloudflare's engineering standards and prevented 16,000 merges, according to Timo Reimann, a systems engineer at Cloudflare.
A GitHub user identified an issue regarding a paid subscription requirement that was not clearly communicated initially. The user, mac2net, shared a screenshot indicating that their Workers Free plan was unable to deploy the Cloudflare OS backend mid-process, commenting that payment requirements should be disclosed before deployment. Cloudflare promptly updated the deployment process to notify users of paid plan requirements at the outset and a company representative responded to the concern on GitHub.
Sources
Written by
The Company Wire
Inside the companies building what’s next. Reporting on startups, technology, funding and the people shaping them.



