On August 5, Cloudflare released Cloudflare OS: a free, open-source workspace where anyone in your company can research against live company data, run workflows, and build working agents and internal tools without writing code or filing a ticket. Cloudflare says thousands of its own people have run on it daily since May. The same week, at Black Hat, the agent-security industry published its numbers on what happens when companies deploy agents faster than they can watch them. Both stories are true at once. If you run a business with no developers on payroll, the space between them is now yours to manage.
Cloudflare gave every employee an agent workbench. 4 in 5 companies cannot govern the agents they already run.
Zoe Harris, Noah Davis, and Lucas Brown · Aug 9, 2026 · 15 min read · updated Aug 13, 2026
- ai-agents
- no-code

TL;DR
- Cloudflare OS shipped August 5 as a free, open-source workspace where employees who do not code can research against live company data, run workflows, and build working agents in a browser. Cloudflare says thousands of its own staff have used it daily since May.
- The governance math arrived the same week: Gravitee's April 2026 survey of 750 technology leaders found 54% of organizations had or suspected an agent security incident in 12 months, and only 19.7% fully govern agents before they go live.
- Shadow AI is already a priced risk. IBM's 2025 breach report found it inside 20% of breaches, adding an average $670,000 per incident, and 63% of breached organizations had no AI governance policy at all.
- Three questions sort the DIY lane from a commissioned build: does the agent touch customer data or money, does it write to a system of record, and does it run unattended. Two or three noes and the workspace lane is genuinely yours.
- The launch does not replace commissioned agent work. It replaces the bottom rung of it, and McKinsey's finding that 93% of enterprises blow their AI budgets says the cost you save on the build tends to come back somewhere less visible.
What Cloudflare actually shipped
Cloudflare OS is a browser workspace that runs on Cloudflare's network. Inside it, an employee with no technical background can research a topic with company context attached, produce documents and spreadsheets tied to live data, chain deterministic workflow steps with AI judgment in the middle, and build small shared apps for their team. No terminal, no repo, no waiting on IT. The announcement is worth reading in full, because the details are where the launch earns its claims.
The security model is the interesting part. Agents start with zero access. Every connection to an external system goes through a service-specific gatekeeper, outbound networking is off unless a capability explicitly grants it, and the whole thing sits behind Cloudflare Access, so every request gets verified before it lands. You can point it at any model provider through Cloudflare's AI Gateway. The code is in two public repositories today, deployable to your own Cloudflare account, with a managed dashboard version promised later.
Cloudflare's CEO Matthew Prince put the pitch in one line: for AI to transform a company, it cannot live in a silo or behind a developer bottleneck. And this was not a one-off release. It landed in the middle of the company's Agents Week, alongside Kitesurf, a browser built for AI agents. Cloudflare has decided the place agents live is a market worth owning, and it is giving away the workbench to get there.

Show the data behind this infographicHide the data behind this infographic
- Research with company context: ask questions against internal systems and live company data
- Docs, slides and spreadsheets: produce working documents tied to live data, with an agent doing the assembly
- Deterministic workflows: chain predictable steps with AI judgment where needed, then run them repeatedly
- Agents and micro-apps with no terminal: build and share working tools without IT, a repo, or a line of code
- Cost to start: $0, open source, deployable to a Cloudflare account today, managed version to follow
- Default access: zero systems, with per-service gatekeepers granting access one connection at a time
- Internal proof: thousands of Cloudflare staff using it daily since May 2026
The part that is genuinely new
No-code agent builders are not new. There are a dozen platforms selling drag-and-drop agents right now, and we have watched most of them stall at the same place: a demo that impresses on Tuesday and an integration wall on Thursday. Three things separate this launch from that pile. It is free and open source rather than a per-seat subscription. It ships an enterprise security posture by default instead of bolting one on at the top pricing tier. And it is model-agnostic, so you are not marrying a lab to use it. The industry moved further in that direction the next day, when the big agent vendors agreed on a portable plugin format that cuts the lock-in on custom agent tooling.
The honest upside for a non-technical team is real: the bottom rung of agent work just became self-serve. The research memo assembled from your own systems, the weekly report that collates itself, the lookup tool your ops person keeps wishing existed. That class of work needed a developer last month and does not need one now. The productivity numbers behind agents support taking that seriously. DigitalOcean's Currents survey of more than 1,100 developers, CTOs and founders found 67% of organizations using agents report productivity gains.
The same survey carries the number that should slow you down, though. Only 10% of those organizations are scaling agents in production. Gains are easy to start and hard to keep, and the gap between those two figures is where the rest of this post lives.
Agents deliver, and almost nobody has them at scale
The adoption picture in four numbers.
- of organizations using agents report productivity gainsDigitalOcean Currents, survey of 1,100+ developers, CTOs and founders (2026)
- 67%
- have actually scaled agents in productionDigitalOcean Currents (2026)
- 10%
- cite inference cost as a top blocker to wider adoptionDigitalOcean Currents (2026)
- 49%
- plan to deploy more agents in the next 12 monthsGravitee, State of AI Agent Security Report (2026)
- 81.7%
The other ledger arrived the same week
While Cloudflare was launching a workbench for everyone, the people who audit agent deployments were publishing what everyone has done with the agents they already had. Gravitee's State of AI Agent Security report, a survey of 750 senior technology leaders across the UK and US run in April, found agent counts inside enterprises roughly doubled in a single quarter. Then the control numbers: 54% of organizations had or suspected an agent security or data privacy incident in the past 12 months. 48% of production agents run unsecured. Only 19.7% of organizations fully secure and govern every agent before it goes live, and 7.2% have a named person accountable for agent behavior. Read that last one again. In 13 out of 14 companies, when an agent does something wrong, it is nobody's job.
The cost side is already measured too. IBM's 2025 Cost of a Data Breach report found shadow AI, the tools employees adopt without security sign-off, involved in 20% of breaches, adding an average $670,000 per incident. Of the organizations breached through an AI incident, 97% lacked proper AI access controls, and 63% had no AI governance policy at all.
None of this is an argument against Cloudflare OS. Its zero-access default is a better posture than most of what those surveys describe, and an agent built inside a sanctioned workspace beats one built on a personal account with a scraped API key every day of the week. We walked through what happens when agent controls fail at the top of the market in our post on the OpenAI and Hugging Face breach, and what happens when the same tooling is turned against a government from outside, and the lesson is the same here: the platform's security model is the floor, not the guarantee. The workspace can refuse an agent access. It cannot tell you whether the agent your marketing lead built on Tuesday should have it.

Show the data behind this graphHide the data behind this graph
| Finding | Share of organizations |
|---|---|
| Had or suspected an AI agent security incident in 12 months | 54% |
| Production agents running unsecured | 48% |
| Confirmed an incident actually occurred | 34.9% |
| Fully secure and govern every agent before go-live | 19.7% |
| Have a named person accountable for agent behavior | 7.2% |
Three questions decide who builds it
The search phrase for this corner of the market is custom AI agent model development for non-developers, and until this week every honest answer to it routed through somebody technical. Cloudflare OS changes the answer for a real slice of the work. It does not change it for all of the work, and the incident numbers above are what happens when companies pretend otherwise. So here is the sorting logic we use on our own intake, applied to the launch.
Ask three questions about the agent you want. Does it touch customer data, money, or contracts? Does it write to a system of record, meaning your CRM, your books, your inventory, anything other teams treat as truth? Does it run unattended, on a schedule, without a person reviewing what it did? Every yes moves the work out of the DIY lane, because every yes is a way the agent can do damage faster than a non-technical builder can notice. The incident surveys are not describing exotic failures. They are describing agents that were granted broad access because narrow access was fiddly, then left running because they seemed fine.
Three noes, and the workspace lane is genuinely yours. Research, drafting, lookups, personal workflow glue: build it yourself, today, at zero cost, and do not pay us or anyone else for it. This is the same boundary we mapped for Zapier and Make, and the tools keep moving the line without ever removing it.
The trap is the middle case: the DIY agent that works. It quietly picks up users, then dependents, then it is a production system that nobody specced, nobody tested, and nobody owns. We keep a running log of what breaks in production automations, and the most expensive entries are rarely the builds that failed early. They are the ones that worked long enough for a team to build on top of them.

Show the data behind this diagramHide the data behind this diagram
- Start with the new agent idea
- If it touches customer data, money, or contracts: commissioned build with evals, access controls and a named owner
- If it writes to a system of record: commissioned build
- If it runs unattended on a schedule: commissioned build
- If none of the three apply: build it yourself in a workspace like Cloudflare OS
- Revisit the decision the moment other people start depending on the agent
Where the saved build cost actually goes
The build was never the expensive part. McKinsey's July research on AI cost management found 93% of enterprises exceed their AI budgets, spend rises nearly fourfold moving from pilots to broad adoption, and token usage on the same task can vary by up to 30 times. A free workbench does not repeal any of that. It moves the spend from a line item you approved to usage nobody is metering, and it multiplies the number of people who can start the meter.
Self-hosting has the same shape. Cloudflare OS being open source means the software costs nothing, and it also means someone has to deploy it, patch it, wire the gatekeepers to your actual systems, and decide who may connect what. That someone is doing agent platform administration, whatever their job title says. For a company with an IT function, fine. For the 20-person firm this launch is implicitly pitched at, the free workspace has a payroll cost hiding in it.
This is the line of work we sell, so weigh our view accordingly. When an agent fails the three questions above, what you are buying from a builder is not typing. It is scoped access instead of broad access, evals that catch drift before your customers do, and a named owner on the other end of the phone, which is precisely the thing 92.8% of organizations in the Gravitee survey cannot point to. A starter build runs $1,500 to $2,500 fixed. Against a free workbench that is a real premium, and it buys the parts of the build the workbench does not do.
The DIY workspace agent vs the commissioned build
| DIY in a workspace | Commissioned build | |
|---|---|---|
| Cost to start | $0 plus usage and someone's admin time | $1,500 to $2,500 fixed for a starter build |
| Time to first result | An afternoon | One to two weeks |
| Access model | Whatever the builder grants | Scoped per system, reviewed, logged |
| Testing | It seemed fine when I tried it | An eval suite run before and after every change |
| Who owns it on day 90 | The person who built it, until they change roles | A named owner, in writing |
| Where it wins | Personal, read-only, disposable work | Cross-system, unattended, customer-facing work |
Cost to start
- DIY in a workspace
- $0 plus usage and someone's admin time
- Commissioned build
- $1,500 to $2,500 fixed for a starter build
Time to first result
- DIY in a workspace
- An afternoon
- Commissioned build
- One to two weeks
Access model
- DIY in a workspace
- Whatever the builder grants
- Commissioned build
- Scoped per system, reviewed, logged
Testing
- DIY in a workspace
- It seemed fine when I tried it
- Commissioned build
- An eval suite run before and after every change
Who owns it on day 90
- DIY in a workspace
- The person who built it, until they change roles
- Commissioned build
- A named owner, in writing
Where it wins
- DIY in a workspace
- Personal, read-only, disposable work
- Commissioned build
- Cross-system, unattended, customer-facing work
The left column is not the budget option. It is the correct option for the work that fits it, and the wrong one for everything else.
What we would do with this launch this week
First, actually try it. Cloudflare OS is the best free demo of what agent work feels like that anyone has shipped, and an hour inside it will teach a skeptical founder more than ten vendor decks. Point it at disposable work: research, drafts, a lookup tool. Nothing you would miss.
Second, before anyone on your team builds agent number two, write down the inventory. Which agents exist, what each one can touch, who built it, who owns it. The companies in the incident statistics did not plan to lose track of their agents. They just never started the list, and the mean agent count doubled in a quarter.
Third, hold the three questions as policy. Customer data, systems of record, unattended runs: any of those, and the agent gets a real build process, whether that process is internal or hired. The point of the DIY lane is that it stays cheap precisely because it stays low-stakes. The moment a workspace agent starts mattering, promote it deliberately instead of discovering in an incident report that it promoted itself.
The questions worth asking about this launch
Is Cloudflare OS actually free?+
The software is. It is open source, the repositories are public, and you can deploy it to your own Cloudflare account today, with a managed dashboard version promised later. What is not free: the model tokens every agent burns, the Cloudflare usage underneath it, and the admin time to deploy, patch, and connect it to your systems safely.
Can someone who does not code really build an agent with it?+
Yes, for the shapes it ships: research with company context, documents from live data, deterministic workflows, and small shared tools, all from a browser. Cloudflare has had thousands of its own non-engineering staff on it since May. The hard part was never the building. It is knowing what the agent should be allowed to touch, and that judgment does not come in the box.
Is it safe to let employees build their own agents?+
Safe is a property of the lane, not the tool. Read-only, personal, disposable agents are about as safe as software gets, and a sanctioned zero-access workspace is far safer than the shadow tools employees use otherwise. The numbers say the risk is real once agents touch real systems: 54% of organizations had or suspected an agent incident in 12 months, and shadow AI added an average $670,000 to breaches it was involved in.
When does a DIY agent have to become a real build?+
The moment it touches customer data or money, writes to a system of record, runs unattended, or acquires people who depend on it. Any one of those, and it needs scoped access, an eval suite, and a named owner. That can be an internal process if you have the people for it. It just cannot be nobody.
Does Cloudflare OS replace hiring an agent developer or an agency?+
It replaces the bottom rung: the small, personal, low-stakes automations that were never worth a builder's invoice. The commissioned tier is unchanged, because what you pay for there is access control, testing, and ownership rather than typing. A starter build runs $1,500 to $2,500 fixed, a two-week production sprint is $5,000, and the full ladder is at /pricing.
What is shadow AI, and does a sanctioned workspace fix it?+
Shadow AI is employees adopting AI tools without security sign-off, and IBM found it involved in one breach out of five. A sanctioned workspace helps because it gives the DIY urge a governed place to land, with access off by default. It does not fix the accountability gap on its own: only 7.2% of organizations have a named person answerable for agent behavior, and no platform setting creates one.
read next
Keep going
Got an agent idea that failed the three questions?
Bring it to a free audit. If the DIY lane fits it, we will say so and you will spend nothing. If it does not, you will leave knowing what a safe version costs.
Starter builds run $1,500 to $2,500 fixed. No retainer required.

Written by
Zoe Harris · Newsletter Writer
I write newsletters that keep readers current on AI news and tools, with practical advice they can use.
Painting & illustration

Written by
Noah Davis · AI Research Writer
I research emerging AI developments and write in-depth articles that give readers the context behind them.
Hiking & nature photography

Written by
Lucas Brown · AI Explainer Writer
I turn technical AI topics into explainers that show readers how the pieces fit together.
Playing guitar




