
Browser Run was rebuilt on Cloudflare’s Containers platform to increase capacity and performance without requiring changes from existing users. Concurrency rose to 120 simultaneous browsers from 30, and quick actions became 50% faster. The upgrade adds support for WebGL and WebMCP. The rebuild addressed demand spikes from AI agent builders that outpaced prior capacity and conflicted with long human sessions used by Browser Isolation. Infrastructure moved to dedicated containers with regional pools of pre-warmed browsers. State management shifted from Workers KV to D1 with Queues for transactional assignment and batch writes. Quick actions were simplified to single HTTP requests executed inside containers, removing multi-step WebSocket coordination. Cloudflare also shipped multiple infrastructure primitives for a full-stack AI agent platform, including compute, orchestration, storage, and networking components.
"Cloudflare has rebuilt Browser Run on top of its own Containers platform, delivering 4x higher concurrency (120 simultaneous browsers, up from 30), 50% faster response times for quick actions, and support for WebGL and WebMCP. The upgrade, which required no changes from existing users, caps a sequence of launches over the past two months that collectively assemble a full-stack platform for building and running AI agents."
"AI agent builders discovered Browser Run and quickly brought request volumes outpacing our existing capacity. That demand spike forced an architectural rethink. Browser Run previously shared infrastructure with Cloudflare's Browser Isolation (BISO) product, where long, steady human sessions clashed with the short, spiky usage patterns of AI agents."
"The rebuild moved to dedicated Containers with regional pools of pre-warmed browsers, migrated state management from Workers KV (eventual consistency causing race conditions) to D1 with Queues (transactional assignment, batch writes handling up to 500,000 containers per location), and eliminated the multi-step WebSocket choreography for quick actions in favor of single HTTP requests executed entirely inside the container."
"Browser Run is the browsing layer, but the broader story is the platform. Over the past two months, Cloudflare has shipped six distinct infrastructure primitives that together cover every layer an agent platform needs: Compute comes in two tiers. Dynamic Workers provide V8 isolate-based execution that boots in milliseconds for lightweight tasks such as lint, typecheck, and API calls. Sandboxes, now generally available, provide full Linux containers for when agents need git, bash, dev servers, and multi-language builds, with secure credential injection via egress proxy so agents never see raw tokens."
Read at InfoQ
Unable to calculate read time
Collection
[
|
...
]