Cloudflare launches Kitesurf, a browser built for AI agents
Original: Cloudflare launches Kitesurf, a browser built for AI agents
Why This Matters
Dedicated AI agent browsers signal a major infrastructure shift as agentic AI moves from chat to real-world web automation.
Cloudflare has launched Kitesurf, a cloud-hosted browser built specifically for AI agents. Developed in just 12 weeks on its serverless Workers platform, the browser is now available for free in beta via Browser Run, offering more efficient CPU and memory usage than Chromium for agentic tasks.
Cloudflare has introduced Kitesurf, a cloud-hosted web browser designed exclusively for AI agents rather than human users. Unlike conventional browsers, Kitesurf omits visual features such as tabs and extensions, instead focusing on managing context windows, token costs, performance, and scalability — key requirements for AI-driven software.
The product was developed in just 12 weeks and runs entirely on Cloudflare's serverless Workers platform. It is currently available for free in beta through Browser Run, which allows developers to programmatically control headless browser instances on Cloudflare's network. With Kitesurf, AI developers can build agents capable of navigating websites, filling out forms, and completing other browser-based tasks without building their own browser infrastructure.
Cloudflare states that Kitesurf is "significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction." The browser is built using Blitz's modular rendering engine, Firefox's CSS parser Stylo, and Boa JS, a Rust-based ECMAScript engine. It currently passes over 215,000 web platform tests, with more being added weekly. Cloudflare credited the open-source Rust headless engine Obscura as an early inspiration, noting the first proof of concept was a port of Obscura to Workers.