Cloudflare has launched Kitesurf, a cloud-hosted browser designed for AI agents rather than human browsing sessions. The company describes it as an agent-first browser that runs in V8 isolates on Cloudflare Workers, making it part of the same serverless platform developers already use for Workers and agent infrastructure.

The product is available through Cloudflare Browser Run while in beta. Cloudflare says the Browser Run CDP endpoint now supports Kitesurf as an option, which means developers can target it through existing browser automation clients instead of building their own remote browser stack.

Kitesurf is not being pitched as a full replacement for Chromium. Cloudflare frames it as a fit for agents and automations that need page rendering, content extraction, screenshots, PDFs, or other one-shot tasks, while accepting the trade-offs of not using a pixel-perfect Chromium browser. TechCrunch reported the same positioning, noting that Cloudflare says Kitesurf can use less compute than Chromium for common automation tasks.

That distinction matters for agent developers because web navigation is still one of the more expensive and brittle parts of autonomous software. Hosted browsers have to balance compatibility, cost, startup time, and scale. Kitesurf is Cloudflare's attempt to move that layer closer to its edge and Workers platform, giving agents a browser target built around automated tasks rather than tabs, profiles, and human UI.