Cloudflare ships a browser for AI agents
Kitesurf strips out tabs and pixel-perfect rendering to give AI agents a browser using up to 7x less CPU and memory than Chromium on Cloudflare's Workers.
Cloudflare has launched Kitesurf, a stateless browser built specifically for AI agents rather than humans, running entirely on its Workers platform in Rust compiled to WebAssembly. It strips out everything a human browser needs but an agent doesn’t, tabs, extensions, themes, pixel-perfect rendering, 60fps scrolling, and focuses instead on managing context windows, token costs, and scale. Built in about 12 weeks, Cloudflare says it uses 3 to 7 times less CPU and memory than Chromium on common agentic tasks like screenshots and HTML extraction.
Adoption is deliberately frictionless: existing Browser Run customers add a browser=kitesurf parameter to their current CDP or Quick Action endpoints, with no code changes required beyond that. It’s free during the current beta, and Cloudflare has published a public playground for testing it without writing code.
What it means for you
Every major agent-browsing workload today runs on Chromium underneath, whether that’s a research agent scraping pages or a shopping agent filling out a checkout form, and Chromium’s resource footprint was never designed for that use case. A 3 to 7x efficiency gain on the exact tasks agents actually do (screenshot, extract, click) is a meaningful cost lever if you’re running this at any volume. It’s a direct complement to Cloudflare’s other recent agent-infrastructure moves, including temporary accounts for agents and its open-model inference optimization work; if you already route agent traffic through Cloudflare, this is worth a same-week test rather than a backlog item.