Audience
AI agent developers that need a scalable browser runtime optimized for programmatic web navigation, structured content extraction, and automated browsing
About Kitesurf
Kitesurf is an agent-first browser built specifically for AI agents and runs entirely on Cloudflare Workers instead of using Chromium. It is designed around what agents actually need: structured machine-readable content, scalable execution, low CPU and memory use, and safe interaction with untrusted web pages, rather than human-facing features such as tabs, themes, extensions, or pixel-perfect scrolling. Each page load is treated as untrusted input, every session starts fresh, and components are isolated with access only to the resources required for their function. Kitesurf uses native Rust compiled to WebAssembly where possible and is organized around an Engine, PageScript, and PageRenderer. The Engine exposes Chrome DevTools Protocol WebSocket and REST APIs and stores session state, while PageScript parses HTML and CSS and runs JavaScript and WebAssembly inside isolated Workers.