Cloudflare has introduced Kitesurf, a browser runtime built for AI agents rather than people. The beta product runs on Cloudflare Workers and is meant for tasks such as page extraction and screenshots, where agents need structured access to websites but do not need tabs, themes, extensions, or perfect visual rendering.

The company argues that Chromium is often too heavy for large-scale agent use. Browser engines designed for humans carry memory and compute costs that can make it expensive to give every agent its own browsing environment. Kitesurf instead focuses on token count, context windows, scalability, performance, and cost.

Cloudflare says the project became possible because Workers can now handle more ambitious workloads through WebAssembly, Dynamic Workers, SQLite-backed Durable Objects, worker-to-worker RPC, service bindings, and higher platform limits.

The security model is also different because agent browsers face prompt injection and tool-safety risks. Kitesurf will not replace full browsers for humans, but it shows how web infrastructure may split as automated agents become a major class of users.