Cloudflare has launched Kitesurf, a cloud-hosted browser designed specifically for AI agents rather than human users.
The software industry is moving away from chatbots that simply answer questions toward agents that complete tasks on a user’s behalf. Browsers are now a critical component of this shift because these agents must navigate the web and interact with sites in the same way people do.
How it works
A traditional browser built for humans prioritises visual elements such as themes, tabs, and extensions. Kitesurf ignores these features entirely. Instead, it focuses on managing context windows, performance, token costs, and scalability.
The company notes that an AI browser faces a different threat model. It is vulnerable to issues like prompt injection attacks, which do not affect standard browsers.
With this tool, AI developers can build software that navigates websites, fills out forms, and completes other browser-based tasks without needing to write their own browser code.
Cloudflare says it decided to build Kitesurf just 12 weeks ago. It runs entirely on top of the company’s serverless platform, called Workers. The browser is currently available for free while in beta through Browser Run. This service lets developers programmatically control and interact with headless browser instances on Cloudflare’s network.
The pitch for developers is that this setup enables AI agents to use the web more efficiently. It consumes less computing power than Chromium, which helps keep costs down.
“Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction,” the company stated.
The browser itself was built from several other technologies. It uses a modular rendering engine from Blitz, Firefox’s CSS parser Stylo, and Boa JS, a Rust ECMAScript engine. Everything else runs inside Cloudflare Workers.
Although still new, Cloudflare says Kitesurf already passes around 215,000 web platform tests. It is adding hundreds more passing tests every week.
The company also credited the open-source Rust headless engine, Obscura, for inspiring the project. The first proof of concept was a port of Obscura to Workers.
Tests show the browser correctly renders pages like TodoMVC, a popular benchmark application for comparing JavaScript frameworks. It also handles Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.
What it means
Developers no longer need to maintain complex browser infrastructure to let their agents browse the web. They can rely on a pre-built solution that prioritises speed and cost over visual customisation.




