Cloudflare OS Debuts as an Open-Source Framework for Enterprise AI Agents
Cloudflare has open-sourced the internal agentic workspace that already runs its own operations, according to a report from SiliconANGLE.

The platform, branded Cloudflare OS, ships as a browser-accessible orchestration layer built atop Cloudflare Access and the Cloudflare AI Gateway, with model-agnostic routing and per-tenant token governance integrated into the runtime. The release repositions the enterprise AI surface from chat-window copilots toward a shared catalog of composable micro-applications.
Architecture shift: from copilots to workspace primitives
Cloudflare OS reframes the enterprise interaction model away from conversational interfaces and toward discrete, scoped micro-applications. Each employee constructs a mini-app that binds internal data sources, tool invocations, and model calls into a single artifact, then publishes it to a team-level catalog. Context is decoupled from any individual session: the framework is engineered to persist working knowledge across employees, teams, and toolchains rather than trapping it inside ephemeral chat threads.
The runtime ships with isolated databases per application, real-time state synchronization, and access controls enforced through Cloudflare Access. Authentication and authorization are applied at the request level rather than at the network perimeter, reusing identity primitives from the same zero-trust infrastructure Cloudflare already operates. The result is a zero-trust default that does not require additional policy configuration to enforce tenant isolation.
Model routing and token economics
The most consequential layer for compute planners is the integration with Cloudflare AI Gateway, which exposes a bring-your-own-model policy. Organizations can route inference to any external provider without binding the deployment to a single vendor. Routing rules can be configured to send low-complexity workloads to smaller, cheaper models and escalate high-reasoning tasks to frontier-tier systems, treating model selection as a runtime configuration problem rather than a product commitment.
Administrators receive granular telemetry: token consumption disaggregated by user, team, and application. Budget caps, rate limits, and cost-aware task allocation are enforced at the policy layer rather than retrofitted through external observability tools. This effectively positions Cloudflare OS as an abstraction over heterogeneous inference infrastructure, absorbing the glue code that mixed-vendor stacks typically require.
What to watch
The open-source release is significant because it addresses the deployment-side gap most enterprise agent frameworks leave unresolved: identity, tenancy, data isolation, and cost attribution. Where existing open-source agent libraries focus on the agent loop — planning, tool use, memory management — Cloudflare OS bundles the enterprise substrate that those libraries assume but rarely deliver.
The unresolved variable is adoption friction. A framework that runs on the customer's own Cloudflare account inherits Cloudflare's pricing model for compute and AI Gateway invocations, meaning unit economics will track workload shape tightly. Teams evaluating the platform should benchmark cold-start latency and throughput against their current orchestration stack before committing to a migration path, and should model per-tenant token budgets against the routing policies they intend to deploy.