FOUNDERBUILT*
8 AUG 2026 · 2 MIN READ

Cloudflare unveils Kitesurf, an agent-first browser on Workers

Cloudflare introduces Kitesurf, a stateless, agent-first web browser that runs in V8 isolates on Workers and is designed specifically for the Agentic Cloud.

BY FOUNDERBUILT AI NEWS

Cloudflare has announced Kitesurf, a new agent-first web browser that runs entirely in V8 isolates on Cloudflare Workers. The company describes it as stateless, highly scalable, and cost-effective, built specifically for what it calls the Agentic Cloud. Instead of giving AI agents a full Chromium stack, Kitesurf is designed around what matters for automation: rendering pages, taking screenshots, and extracting HTML with far less CPU and memory overhead.

The project started as a proof of concept inspired by obscura, a Rust headless engine for AI automation with no Chrome, no Node.js, and no dependencies. The team ported it to Workers with heavy help from AI coding agents, then leaned on the Web Platform Tests suite to give those agents clear conformance goalposts. Humans focused on architecture and review while agents churned through feature work, with visual regression testing against Chromium on real websites to catch rendering differences.

Kitesurf's stateless design is the key idea: if there is nothing to reconstruct, a crash is just a new instance replaying the request. That makes it disposable and parallel by nature, which fits automation workloads where load arrives in bursts. It is part of Cloudflare's Agents Week rollout, and the engineering write-up is a compelling look at building production software with AI agents rather than just for them.