Cloudflare introduced Kitesurf last Friday, the 7th. This is a cloud-hosted browser specifically designed to meet the needs of artificial intelligence agents. This tool enables AI systems to navigate pages, fill out forms, and perform tasks directly on the internet.
The development of this internet infrastructure product took only 12 weeks, and it operates using Workers, which is the serverless platform offered by Cloudflare itself. Currently in beta, Kitesurf can be accessed for free by developers through Browser Run, an environment that provides programmatic control of headless browsers.
The main intention of Kitesurf is to supply part of the infrastructure traditionally required for AI agents to use the web, proposing a solution more aligned with this type of software. Unlike browsers focused on the human experience—which prioritize tabs, extensions, and visual elements—this project focuses on aspects such as performance, context management, token cost, scalability, and defense against threats, such as prompt injection attacks.
This novelty emerges at a time when AI systems have evolved from mere question responders to agents capable of taking actions on behalf of users. In this context, the browser establishes itself as a crucial component to allow such agents to interact with various websites and services in the same way a human would.
Cloudflare emphasizes that Kitesurf was designed to reduce the expenditure of computational resources in this process. The company claims that the browser consumes significantly less CPU and memory than Chromium in common operations for agents, including screen capture and HTML extraction.
Kitesurf's architecture also differs from a standard browser. The project integrates several code components, such as a modular rendering mechanism developed by Blitz, Stylo, which is responsible for CSS processing in Firefox, and Boa JS, an ECMAScript mechanism written in Rust. The rest of the structure runs within the Cloudflare Workers ecosystem.
Cloudflare also acknowledges the contribution of Obscura, an open-source headless mechanism built in Rust, to the origin of the project. Initially, a proof of concept was conducted by migrating Obscura to the Workers environment.
Even in its initial stage, Kitesurf has passed over 215 thousand compliance tests with web standards. The company reports that new tests are continuously added, with hundreds being validated weekly.
Among the sites and applications that the browser can render, TodoMVC, used as a reference for comparing JavaScript frameworks, stands out, along with platforms like Wikipedia, Hacker News, the Cloudflare blog, and a large part of the company's control panel.
A relevant aspect highlighted by the company is security. Since a browser operated by AI agents faces different risks than those faced by browsers aimed at human users, Cloudflare points to prompt injection attacks as one of the threats that must be considered in this new operational model.
Kitesurf is available for free while in beta on Browser Run. The tool is intended for developers who wish to create agents capable of operating on the internet without having to build the entire browser infrastructure from scratch.

