Cloudflare Launches Kitesurf, a Cloud-Hosted Browser Built for AI Agents
Tech

Cloudflare Launches Kitesurf, a Cloud-Hosted Browser Built for AI Agents

TechNews Editorial
TechNews EditorialAug 7, 2026 · 3 min read
Share

Cloudflare has entered the market for alternative web browsers by introducing Kitesurf. The internet infrastructure provider built this cloud-hosted tool specifically for AI agents rather than human consumers. Artificial intelligence software is shifting from simple chatbots to active agents that handle user tasks. Browsers are vital for this transition because these agents must navigate websites just like humans do.

Traditional browsers focus on human needs like visual themes, tabs, and extensions. Cloudflare stated that a browser designed for AI agents focuses instead on context windows, performance, token costs, and scalability. This software also faces a unique threat model. An AI browser is vulnerable to prompt injection attacks and other distinct security risks.

Kitesurf allows AI developers to build software that navigates websites, fills out forms, and completes other browser tasks. Developers gain these capabilities without needing to build their own underlying browser software. Cloudflare started building Kitesurf just 12 weeks ago. The tool runs entirely on the company serverless platform known as Workers.

Kitesurf is currently available for free while in beta. It operates inside Browser Run, which allows developers to programmatically control and interact with headless browser instances on the Cloudflare network. The pitch to developers is that Kitesurf enables AI agents to use the web more efficiently. It requires less computing power than Chromium, which helps keep operational costs down.

Cloudflare noted that Kitesurf is significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks. These tasks include taking screenshots and extracting HTML data. The browser itself is constructed from several distinct technologies. It uses a modular rendering engine from Blitz, the Firefox CSS parser known as Stylo, and Boa JS, which is a Rust ECMAScript engine. Everything else executes directly inside Cloudflare Workers.

Although the project is new, Cloudflare reports that Kitesurf already passes over 215,000 web platform tests. The engineering team is adding hundreds of new passing tests every week. Cloudflare also credited the open source Rust headless engine named Obscura for inspiring the development of Kitesurf. The first proof of concept was a direct port of Obscura to Workers.

The company confirmed that the browser correctly renders several popular pages. These include Wikipedia, Hacker News, the Cloudflare Blog, much of the Cloudflare dashboard, and TodoMVC, which is a popular benchmark application used for comparing JavaScript frameworks.

Kitesurf remains in beta testing on the Cloudflare network with free availability for developers inside Browser Run.

Related Stories