Crypto
Home›Crypto›Market Structure›Cloudflare open sources Cloudflare OS agent workspace…
Cloudflare open sources Cloudflare OS agent workspace with built-in governance
The platform uses a Gatekeeper model that starts agents with no access, then mediates specific resource requests instead of handing out broad API keys.
Cloudflare has open sourced a rebuilt version of Cloudflare OS, an agent platform that combines an agent workspace, a security and governance layer, and a way to ship personal apps to run as Cloudflare Workers, according to Decrypt.
The pitch is aimed at developers building autonomous workflows on Cloudflare’s edge, letting organizations run the platform on their own systems and connect it to internal data rather than giving agents broad API keys.
Cloudflare OS grounds conversations in curated context and skills, using an isolated runtime where agents can write and run code, while the new security framework sits between agents and systems of record. Cloudflare says handing API keys to people and agents is dangerous and does not scale, because keys provide broad, long lived access that is hard to constrain or audit.
In this model, agents begin with access to nothing and must request specific resources, with a Gatekeeper implemented as a service specific Cloudflare Worker mediating access. Decrypt also notes the platform logs every observation and checks a person’s access before opening a workspace or viewing what an agent produced, and that personal apps ship as real Cloudflare Workers using Dynamic Workers and Durable Object Facets, with communication via Cap’n Web.