Just like humans, AI Agents need web browsers designed to meet their specific needs.
The primary way we access the internet is through a web browser. Similarly, AI agents require a browser if they are to perform some tasks on our behalf. However, the current browsers weren’t created for machine actors. They contain a lot of unnecessary functionality and lack certain security measures needed for agentic actors.
Cloudflare has introduced Kitesurf, a new headless browser designed specifically for AI agents, with lower CPU and memory requirements and built-in isolation. This product is available in Beta version through Browser Run, Cloudflare’s headless Chrome browser in the cloud.
The challenge with traditional browsers
Chromium-based headless browsers can consume significant CPU and memory because they support many features designed for human users that AI agents may not need.
In Cloudflare’s own tests, Kitesurf used 3.1 to 3.8 times less CPU and 4.7 to seven times less memory than Chromium, depending on the task. However, Kitesurf took 1.7 to 1.8 times longer to complete those tasks.
Cloud engineers will quickly notice that these are some of the key cloud resources that drive up the cloud bill.
The desire to get a specialized browser for AI agents didn’t just begin with Cloudflare. In April 2025, OpenAI shared that they would be interested in buying Google Chrome, if Google was forced to sell due to the mounting regulatory pressure. The intention was to build on it to develop their AI browser.
The need for specialized browsers for autonomous agents was clear.
How Kitesurf fits into the existing landscape
Kitesurf joins other lightweight browser projects designed for automation, including Lightpanda and Obscura.
Cloudflare’s developers said Kitesurf was initially inspired by Obscura, a Rust-based headless engine for AI automation.
The key differentiator is that Kitesurf is built on Cloudflare Workers, the platform’s serverless compute environment. This means that Cloudflare customers don’t need any special setup to get started with the browser.
Furthermore, Kitesurf is compatible with software libraries like Puppeteer and Playwright, which provide high-level APIs to interact with browsers. Therefore, developers don’t need to do away with these tools that they’ve already been using.
The enterprise takeaway
AI agents in production need the right tools and guardrails to execute their tasks. This ensures better performance and also protects them from attacks like prompt injection.
Cloudflare shared that the Kitesurf browser was designed with isolation for each page in mind, ensuring that no information leaks from one page to another. This security measure ensures that if an agent accesses a malicious source in one page, it can’t corrupt other browser pages.
Additionally, Cloudflare has already provided Kitesurf on a free trial basis to its customers. Therefore, enterprises can experiment with this new product without risking their budgets.
The Cloudflare team has also said that they intend to open-source the tool once it’s ready.
As autonomous agents increasingly need web access to complete their tasks, organizations need to manage the resource and financial constraints that this presents.
Read more: BioShocking attack exploited AI browsers to expose credentials, highlighting the security risks that agent-focused browsers such as Kitesurf must address.