Cloudflare Kitesurf browser targets AI-agent web tasks
Cloudflare has launched Kitesurf, a Workers-based browser for AI agents, free in beta through Browser Run with an opt-in parameter.
By Theo Nakamura · Staff Writer
· 3 min read
Cloudflare has launched the Cloudflare Kitesurf browser, a browser designed for developers building AI-agent workflows rather than people looking for a new way to browse the web. The product matters for developers running automated web tasks because Cloudflare says it can handle common jobs with less computing power than Chromium, though that performance comparison is the company’s own claim.
Announced August 6, Kitesurf is a stateless browser that runs entirely on Cloudflare Workers, the company’s serverless computing platform. It is available free during beta through Cloudflare’s Browser Run service, according to the company’s developer changelog.
What is the Cloudflare Kitesurf browser used for?
Kitesurf is infrastructure for software agents that need to act on websites programmatically. Cloudflare and TechCrunch describe the intended tasks as navigating sites, completing forms, taking screenshots and extracting HTML, the underlying page code that software can read and process.
An AI agent is software that can carry out multistep work on a user’s behalf. For web-based work, that often requires a browser capable of loading pages and interacting with site elements. Kitesurf is not positioned as a downloadable consumer alternative to Chrome or other traditional browsers.
Cloudflare says conventional browser engines such as Chromium include features created for human users, including tabs, themes, extensions, device synchronization and pixel-perfect visual rendering. Its argument is that agents instead need machine-readable content, manageable token and context-window demands, performance, scalability and lower costs.
How developers can use Kitesurf
Developers using Browser Run can select Kitesurf by adding browser=kitesurf to a supported Browser Run CDP or Quick Action endpoint, Cloudflare says. The company also offers a public playground for trying Kitesurf without code.
The browser runs on Workers and V8 isolates. Cloudflare says its implementation uses WebAssembly and Rust-based components, and that it tested the browser using Web Platform Tests as well as real-site integration and visual-regression workflows against Chromium.
- Availability: Free during beta in Browser Run, according to Cloudflare.
- Target use: AI-agent browser automation, including screenshots and HTML extraction.
- Integration: An opt-in Browser Run parameter, browser=kitesurf, on supported endpoints.
What does Cloudflare claim about Kitesurf performance?
Cloudflare says Kitesurf uses three to seven times less CPU and memory than Chromium for common agent tasks such as screenshots and HTML extraction. CPU and memory are computing resources that affect how much infrastructure a browser session consumes.
That 3-to-7-times figure is Cloudflare’s product claim, not an independently verified benchmark in the materials available. The company says the design reduces features that agents do not need and focuses resources on automation-oriented workloads.
Cloudflare said Kitesurf was built over roughly 12 weeks. The launch puts a browser option directly inside its existing developer platform, offering builders a specialized tool for agents that need to work across the web.
This story draws on original reporting from TechCrunch.