Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in V8 Isolates on Cloudflare Workers
Cloudflare just shipped a browser built for agents, not humans. 3–7× lighter than Chromium. Works with Puppeteer and Playwright today.

Why it matters
Kitesurf is agent infrastructure—a purpose-built browser optimized for autonomous systems to extract and interact with web content at scale. It removes human UX overhead (tabs, extensions) and cuts resource consumption dramatically, making it a practical platform for agent deployments that need reliable, efficient web access.
The key facts
8 to knowKitesurf: stateless web browser built in Rust, runs in V8 isolates on Cloudflare Workers
No Chromium; uses Blitz, Stylo, Boa JS components
Passes 215,000+ Web Platform Tests
3.1–3.8× less CPU; 4.7–7.0× less memory vs Chromium (screenshots and HTML extraction)
Backward compatible: Puppeteer, Playwright, MCP clients work with browser=kitesurf parameter
Free during beta
Built in 12 weeks
Machine-readable content and isolation optimized for agents
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Cloudflare has released Kitesurf, a stateless web browser built specifically for AI agents that runs entirely in V8 isolates on Cloudflare Workers, with no Chromium underneath. The browser drops human-facing features like tabs and extensions in favor of what agents need: machine-readable content,…