Cloudflare announced Kitesurf, a cloud-hosted web browser designed specifically for AI agents rather than human end users. Instead of positioning itself as a consumer-facing Chrome alternative, the company intends Kitesurf to let automated software navigate websites, fill out forms and perform other browser-based tasks without each developer having to build a custom browser.
Why an AI browser is different
According to Cloudflare, a browser for AI agents requires a different set of priorities than one built for humans. Visual features such as themes, tabs or extensions are far less important. Instead, an agent-focused browser must manage context windows, performance, token costs and scalability. It also confronts a different threat model: AI browsers can be vulnerable to attacks like prompt injection and other agent-specific exploits.
Technical foundation and deployment
Cloudflare says it began building Kitesurf about 12 weeks ago and that the browser runs entirely on the company’s serverless platform, Cloudflare Workers. Kitesurf is available in beta, free of charge, via Browser Run, which enables developers to programmatically control and interact with headless browser instances across Cloudflare’s network.
The browser integrates several existing technologies rather than being written from scratch. Components include a modular rendering engine from Blitz, Firefox’s CSS parser Stylo, and Boa JS, a Rust-based ECMAScript engine. The remaining pieces run inside Cloudflare Workers.
Performance, testing and compatibility
Cloudflare claims Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks such as taking screenshots and extracting HTML, which can lower compute costs. The company also reports that Kitesurf already passes around 215,000+ web platform tests and continues to add and pass hundreds more each week.
The project was also inspired by the open source Rust headless engine Obscura; the first proof of concept was a port of Obscura to Workers.
Cloudflare says the browser correctly renders a number of web pages and benchmarks, including TodoMVC, as well as sites like Wikipedia, Hacker News, the Cloudflare Blog and much of the Cloudflare dashboard.
Availability and goals
Kitesurf is currently in beta and available for free through Browser Run. Cloudflare’s stated objective is to provide AI developers with a more efficient, scalable browser tailored to agent use, reducing resource consumption while addressing the security and operational needs specific to agentic web access.



