Cloudflare OS Goes Open Source: An AI Agent for Every Employee

A platform that gives every employee an agent that knows your company
In early August 2026, Cloudflare announced that it is open-sourcing Cloudflare OS: an open platform any organization can deploy into its own account, giving every employee a workspace and an AI agent grounded in their company's context — its terminology, procedures, and systems — with a permission layer that controls what the agent can actually reach. The core idea is simple: AI is not much use at work if it cannot reach the systems people actually work in, yet handing agents the keys to those systems is unacceptably risky. Cloudflare OS tries to solve that at the platform level rather than leaving every developer to get it right individually.
Cloudflare says it rolled out a first internal version to every employee in May 2026, and that thousands of people — many of them outside engineering — use it daily to create documents and slides, automate repeatable tasks, and build small apps. The version being open-sourced now was rebuilt on the lessons of that internal run.
Three parts make up the platform
Cloudflare OS combines three pieces. First, an agent workspace used from the browser with no developer skills required, preloaded with the context and skills your teams have curated, and backed by an isolated runtime where the agent can write and run code. Second, a security and governance framework for safe access to internal data and services. Third, a platform for personal, modifiable apps, where the agent can build a full application with its own interface, logic, and state that you share with your team the way you share a document.
What sets this apart is that the agent's outputs are not static files. A document, spreadsheet, or dashboard can stay connected to live data and update as its sources change. The platform also supports mostly deterministic workflows that run on a schedule or when an event fires in a connected system, so a known sequence of steps does not burn a full model session every time.
The important part is permissions, not the model
This is the real lesson for any company thinking about running agents on its own data. Cloudflare states that every agent and every app starts with access to nothing at all. An agent asks for access to a specific resource, which you grant or deny, and the generated code receives that resource as a typed binding while the credential itself stays completely isolated from the agent and its code. Server code runs inside a Dynamic Worker with global outbound networking disabled, and client code runs in a sandboxed frame in the browser.
On top of that sits a concept called Gatekeepers: a service-specific intermediary that understands an external system's API, its resources, and the operations allowed on them. Instead of giving an agent your whole code-hosting account, a Gatekeeper can scope it to a single repository, allow reading issues but not source code, mask particular fields, apply rate limits, and require human approval before anything with an external side effect. The Gatekeeper holds the credential, enforces the policy, and records what was read.
The bottleneck for AI at work is no longer model quality — it is governed access to your systems. Whoever solves permissions first is the one who actually benefits.
Policy follows what the agent has seen
The smartest part of the design is that the platform records every resource an agent observes, and that record stays attached to the agent and its outputs. If an agent reads a sensitive table and turns it into a live dashboard, then another employee tries to open that dashboard, the system verifies that person's access to the original resources first. Sharing an output does not become a back door for leaking data. The same observation log is used to constrain what the agent may do after touching sensitive data — such as blocking an outbound request or preventing it from inviting a new collaborator.
For anyone operating under Saudi Arabia's Personal Data Protection Law, this deserves attention. The law is built on purpose limitation, data minimisation, and control over who accesses personal data. An AI agent that reads your customer database and produces a report everyone can open is a potential breach, not just a technical inconvenience. Any agent rollout inside a Saudi organisation needs a permission layer and an audit trail at this level of seriousness.
Cost is governed too
The platform works with any model, and every inference call runs through Cloudflare's AI Gateway, giving the organisation one place to decide which models are available and which model handles which job. Every request is attributed to the person, team, or workspace that made it, so an administrator can see where spend is going and set budgets and rate limits. This is a practical point that gets ignored far too often: running the most expensive frontier model to summarise your inbox every morning is the fastest route to an indefensible bill.
What this actually means for your business
First, do not treat Cloudflare OS as a finished product you buy and switch on tomorrow. It is an open-source project you deploy into your own account, connect to your systems, and extend with Gatekeepers written for your specific services — real engineering work. Cloudflare points to implementation partners for exactly this reason.
Second, the asset you are really building is not the platform but your company's context and written skills: your terminology, your procedures, and the best-known way to perform recurring work, written down in a form an agent can follow. That asset travels with you to any platform later, and it is the difference between an agent that helps and one that guesses.
Third, start with one department and one system. Pick a repetitive, time-expensive process, connect it to a single system with narrow read access, and measure the result for four weeks before expanding.
How Origami builds this
We are a technology company that builds this layer from the ground up: analysing your operations and turning them into written context and skills, and building governed access intermediaries for your existing systems — from accounting to inventory to WhatsApp — with an audit trail that shows who read what and when. Whether you choose Cloudflare OS or your own architecture, the principle is the same: the agent starts with no access, takes only what it needs, and leaves a trail you can review.
Sources
- Cloudflare Blog — the official Cloudflare OS announcement: blog.cloudflare.com
- The open-source project repository on GitHub: github.com/cloudflare/cloudflare-os
- Saudi Data and AI Authority — Personal Data Protection Law: sdaia.gov.sa
Frequently asked questions
What is Cloudflare OS in short?+
It is an open-source platform from Cloudflare that an organisation deploys into its own account, giving every employee a workspace and an AI agent grounded in company context and systems, with a permission framework that defines exactly what the agent can reach and what it can produce.
Can my company use it today?+
Yes in terms of availability — the project is open source and published on GitHub. But it is not a ready-made service you subscribe to and switch on. You need to deploy it into your own account, connect it to internal systems, and write access intermediaries for each service, which requires a technical team.
Is it safe for my customer data?+
The design addresses this directly: every agent starts with no access, credentials stay isolated from the agent, and every resource it observes is recorded, so an employee cannot view outputs built on data they are not permitted to see. Final safety still depends on how you configure your policies, not on the platform alone.
How do these agents fit Saudi Arabia's Personal Data Protection Law?+
The keys are purpose limitation, data minimisation, and documenting who accessed what. Give the agent the narrowest read access the task needs, mask personal fields that are not required, keep a reviewable audit trail, and confirm where data is processed and stored before you go live.
Follow Origami in Google
Pin Origami as a preferred source and our articles will surface first for you in Google Search and Top Stories.

Related articles
- Artificial IntelligenceAn Open Agent Built for Days of Work, Not Minutes: Atria Dawn and Its Real Running BillShanghai AI Lab released Atria Dawn under MIT: 744 billion parameters aimed at long multi-step tasks. What it is actually good for, and what running it in-house costs.
- Artificial IntelligenceThe Model Race Taps the Brakes: Outside Evaluators Get a Badge and a Desk Inside AnthropicOn September 12, 2026 Anthropic's CEO called for slowing AI capability gains and committed to letting independent evaluators inside. Here is what actually changes for your tech plan.
- Artificial IntelligenceSWE-2 Matches Frontier Coding at a Third of the Cost, Then Fails One TestCognition released SWE-2 on September 10, 2026: 50.0% on FrontierCode versus Fable 5.1's 50.9% at 64% lower cost, yet 28 points behind on Terminal-Bench 4.
- Artificial IntelligenceOpenAI's Two New Image Models Edit One Part of Your Product Photo Without a ReshootOpenAI shipped GPT Image 2.5 in two versions on September 8, 2026: Sunburst for editing precision, Flare for speed. What changed for your store, what it costs, where it helps.
- Artificial IntelligenceDeepSeek V4.1 Flash: 77% Cheaper, and Peak Hours Hit Your MorningDeepSeek ships V4.1 Flash on 10 September and routes V4 Pro requests to it at the cheaper rate: 77% off input, 70% off output. Its peak hours sit inside your working morning. The numbers, and the largest saving nobody notices.
- Artificial IntelligenceFrom Months to Hours: MHS Connects Your Factory and Lab Devices to One AI AgentAnthropic opened a research preview of MHS, a standard that lets one AI agent operate lab and factory instruments together, cutting integration from weeks to hours.
Have a project in mind?
We build custom systems, apps and websites for your business. Tell us your idea and we will give you a straight answer on it.
