Cloudflare’s Kitesurf is a browser for AI agents

Cloudflare just launched Kitesurf, a cloud-hosted web browser built specifically for AI agents rather than people. According to TechCrunch AI, it’s the internet infrastructure giant’s entry into the browser race, but with a twist: instead of chasing Chrome for consumers, Cloudflare is targeting the software that’s starting to click, scroll, and fill out forms on your behalf. This is significant because agents are only as useful as their ability to actually operate the web, and right now most of them are borrowing browsers built for humans.

That mismatch is the whole point. As Cloudflare explained in its announcement and TechCrunch AI reports, an agent doesn’t care about themes, tabs, or extensions. It cares about context windows, token costs, performance, and scale. It also faces a different threat model, including prompt injection attacks that don’t exist when a human is the one driving. Kitesurf is Cloudflare’s attempt to build for that reality from the ground up.

What Kitesurf actually does

  1. Lets agents use the web without building a browser. Developers can ship software that navigates sites, fills out forms, and completes browser-based tasks without maintaining their own browser stack. That’s the core pitch.
  2. Runs entirely on Cloudflare Workers. The browser sits on top of Cloudflare’s serverless platform, which means it lives on the company’s network rather than on a developer’s machine.
  3. Cuts compute costs versus Chromium. Cloudflare says Kitesurf is “significantly more efficient in CPU and memory consumption than Chromium for common agentic tasks like screenshots and HTML extraction.” For anyone running agents at volume, that efficiency is the real selling point.
  4. Built from focused open-source parts. It combines a modular rendering engine from Blitz, Firefox’s CSS parser Stylo, and Boa JS, a Rust ECMAScript engine. Everything else runs inside Workers. Cloudflare also credited the open-source Rust headless engine Obscura for the inspiration, noting the first proof of concept was a port of Obscura to Workers.

How it stacks up

The obvious comparison here is Chromium, which is what most agent frameworks lean on today. Cloudflare’s argument is that Chromium carries a lot of weight an agent never needs, and stripping that out means less compute and lower cost. What stands out is the speed of the build. Cloudflare says it decided to build Kitesurf just 12 weeks ago. For a working browser, that’s fast.

On maturity, the numbers are early but not trivial. Kitesurf already passes around 215,000-plus web platform tests, and Cloudflare says it’s adding hundreds more and passing tests every week. The company reports it correctly renders TodoMVC, a common JavaScript framework benchmark, along with Wikipedia, Hacker News, the Cloudflare Blog, and much of the Cloudflare dashboard.

Availability and access

Kitesurf is free while in beta. It’s available through Browser Rendering, Cloudflare’s service that lets developers programmatically control headless browser instances on its network. So the target user here is clear: developers building agentic software, not end users looking for a new tab experience.

The caveats worth noting

This is still new, and Cloudflare says so plainly. Passing 215,000 web platform tests is a strong start, but the web is enormous and messy, and the list of confirmed-working sites is short so far. The security angle also cuts both ways. Cloudflare flags prompt injection as a real threat for agent browsers, which is honest, but flagging a risk isn’t the same as solving it. Early adopters should expect rough edges.

What comes next is the interesting part. If agents really are moving from answering questions to completing tasks, the browser becomes core infrastructure, and Cloudflare wants to own that layer the way it owns so much of the plumbing behind today’s web. Kitesurf is a bet that the next generation of web traffic won’t have a human behind it at all. You can find the full details at the original source.

Scroll to Top