Agents

Cloudflare debuts Kitesurf browser to power AI agents

Cloudflare launched Kitesurf, a cloud-hosted browser designed specifically for AI agents, allowing developers to build web-navigating software without building a browser from scratch.

TechCrunch AI4 days agoAgents
Image: TechCrunch AI

Cloudflare has introduced Kitesurf, a cloud-hosted web browser engineered specifically for autonomous AI agents rather than human users. Developed in just 12 weeks, the browser runs entirely on the company's serverless platform, Cloudflare Workers. It is currently available for free during its beta phase within Browser Run, a tool that allows developers to programmatically control headless browser instances across Cloudflare's global network.

To build Kitesurf, Cloudflare combined several open-source technologies, drawing inspiration from the Rust-based headless engine Obscura. The browser utilizes the modular rendering engine from Blitz, Firefox's Stylo CSS parser, and the Boa JS Rust ECMAScript engine, with all other components running inside Cloudflare Workers. Despite its rapid development, Kitesurf already passes more than 215,000 web platform tests. It successfully renders complex pages, including the TodoMVC benchmark application, Wikipedia, Hacker News, the Cloudflare Blog, and Cloudflare's own dashboard.

For software engineers building agentic AI, Kitesurf solves the resource-heavy challenges of using traditional browsers like Chromium. Instead of managing visual elements like tabs, themes, or extensions, Kitesurf focuses on optimizing context windows, token costs, scalability, and security threats like prompt injection. According to Cloudflare, the browser uses far less memory and CPU than Chromium when performing typical agent tasks like extracting HTML or capturing screenshots. This allows developers to deploy web-navigating AI agents that operate faster and at a lower computational cost.

This is our own summary of reporting by TechCrunch AI

More in Agents