Skip to main content

TOOL_LAUNCHReported by Marktechpost

Cloudflare Releases Kitesurf: A Stateless Browser for AI Agents

Cloudflare has launched Kitesurf, a stateless browser built for AI agents, running in V8 isolates on Cloudflare Workers, available in free beta.

Read the original at Marktechpost
2 min read3 viewsBy Asif Razzaq
Cloudflare Releases Kitesurf: A Stateless Browser for AI Agents
Image from Marktechpost

Cloudflare has introduced Kitesurf, a new stateless web browser designed specifically for AI agents, running entirely in V8 isolates on Cloudflare Workers. This release is currently available as a free beta through Browser Run.

Kitesurf is tailored for machine operations, eliminating traditional browser features like tabs and extensions to reduce memory and compute overhead. It supports machine-readable content, scalability, and isolation against threats, such as prompt injection. The browser has passed over 215,000 Web Platform Tests, and existing Puppeteer, Playwright, and MCP clients can integrate with it by adding a single parameter.

Kitesurf's architecture divides the browser into isolated components within Cloudflare Workers. The Engine, the public-facing part, communicates using the Chrome DevTools Protocol. It stores session state while other components remain stateless, enhancing efficiency. The PageScript and PageRenderer components handle HTML parsing and rendering, leveraging technologies like Blitz and Stylo for parsing and blitz-paint for rendering.

Kitesurf is particularly beneficial for startups, indie developers, and mid-market SaaS companies due to its 3–7× lower CPU and memory footprint compared to traditional browsers. It targets AI agent platforms, web data extraction, and SaaS automation, offering capabilities like agent web browsing, HTML extraction, and PDF rendering. However, it is not yet suitable for video, WebGL, or stateful sessions.

Work implications: Kitesurf could streamline workflows for AI engineers, data scientists, and platform engineers by reducing infrastructure costs and improving task efficiency in web-based automation and data extraction.

Originally reported by Marktechpost Media

More on this