On 6 August 2026, Cloudflare announced Kitesurf, a new browser designed specifically for AI agents rather than human users. It runs entirely on Cloudflare Workers (using V8 isolates) and is free during its beta through the company’s Browser Run product.
What is Kitesurf?
Kitesurf is a lightweight, stateless, highly scalable cloud browser optimised for AI agents. Unlike traditional browsers or even headless Chromium, it prioritises low CPU and memory usage, fast ephemeral sessions, efficient content extraction for machine consumption, and isolation suited to untrusted web content. It deliberately omits human-centric features such as tabs, themes, extensions, pixel-perfect rendering and smooth 60-fps scrolling, focusing on what agents actually need: structured HTML extraction, screenshots, form interaction and navigation.
Key performance advantages
| Task | Kitesurf vs Chromium |
|---|---|
| CPU (screenshot) | ~3.1× less |
| CPU (HTML extract) | ~3.8× less |
| Memory (screenshot) | ~4.7× less |
| Memory (HTML extract) | ~7.0× less |
Wall-clock time is somewhat slower (roughly 1.7–1.8×), which Cloudflare presents as an acceptable trade-off for the large reductions in resource use, making it better suited to bursty, high-concurrency AI workloads.
Technical highlights
- Built in roughly 12 weeks; runs entirely on Cloudflare Workers (a Rust/WebAssembly engine).
- Compatible with Puppeteer, Playwright, chrome-remote-interface, and any client speaking CDP or MCP.
- Passes more than 215,000 Web Platform Tests and improving weekly; works well with many modern sites.
- Launch limits: limited or no support for video playback, WebGL, long authenticated sessions or complex bot-challenge negotiation.
How to use it and why it matters
Developers opt in by adding browser=kitesurf to Browser Run CDP or Quick Action endpoints; it is free while in beta, and a public playground is available. As AI agents increasingly browse the web autonomously, browsers built for humans become inefficient and costly at scale. Kitesurf treats every session as ephemeral and isolated, optimising for token efficiency, cost and scalability — deepening Cloudflare’s position in the emerging “agentic cloud” infrastructure layer.

