Cloudflare launched Cloudflare Kitesurf, a cloud-based browser for AI agents. It runs on Cloudflare workers. It uses Rust, V8 isolates, and WebAssembly.
While traditional browsers are optimized for humans, Cloudflare Kitesurf is optimized for AI agents. AI agents do not need design and tabs.
It is built using Boa JS, the Blitz modular rendering engine, and Firefox's Stylo CSS parser. According to the source, it consumes 7 times less memory and CPU power. Cloudflare tested Kitesurf over 235,000 Web Platform Tests (WPT). It has successfully rendered TodoMVC, Hacker News, and Wikipedia.
Here is what you must know about Cloudflare Kitesurf.
![]() |
| Cloudflare Kitesurf: RavStation |
Cloudflare Kitesurf:
Cloudflare Kitesurf launched in August 2026. It only runs on Cloudflare Workers. It is the agent-first browser. It focuses on screenshots, HTML extraction, context window, and scalability.
Here are the key features and architecture:
- Agent-optimized design: It uses AI agent-optimized design. It reads screenshots, windows, scalability, and HTML extraction.
- Built with: It is built with components like Boa JS, Firefox's Stylo CSS parser, and the Blitz rendering engine.
- Compatibility: It supports the Chrome DevTools Protocol (CDP). It works with existing setups with Puppeteer or Playwright. All you need is to add "browser=kitesurf" at the end of the URL.
- Compliance: Kitesurf passed over 235,000 Web Platform Tests (WPT). It can easily render websites.
- Beta Status: Cloudflare Kitesurf is available as a beta version with per-account limits on Browser Run.
Pros and Cons:
- Pros: It uses 4.7x less memory and 3.1x less CPU than Chromium when extracting data or taking screenshots.
- Cons: It is 1.7x to 1.8x slower in real-world execution.
- Limitations: It cannot play videos, run browser-based games, handle WebGL graphics, or bypass anti-bot challenges.
Why Built-for-AI Browsers Matter:
When an AI agent runs a search on the web to scrape data or buy a flight ticket, it lets the standard Google Chromium work in the background. Chromium is for human users. It requires a massive amount of CPU and RAM to render a user-friendly design. You can use it to play videos, load plugins, and use fonts.
While the Built-for-AI Browser, like Cloudflare Kitesurf, only read data, texts, and structure. It works as a stateless and stripped-down web to save data and CPU.
| Capability / Metric | Headless Chromium | Cloudflare Kitesurf |
|---|---|---|
| Primary Target | Human users / Full visual fidelity | LLMs, web scrapers, & AI agents |
| Infrastructure | Heavy Linux containers / VMs | Global Cloudflare Workers (V8 Isolates) |
| Memory Footprint | Baseline | Optimized (4.7× less consumption) |
| CPU Overhead | Baseline | Optimized (3.1× less consumption) |
| Execution Speed | Fast (Warm pool baseline) | Slower (1.7× to 1.8× slower execution) |
| Media & WebGL | Fully supported | Completely unsupported |
| Anti-Bot Scaling | Can simulate complex TLS handshakes | Blocked by heavy anti-bot challenges |
Practical Use Cases:
- Massive-Scale Scrapers: It can easily extract HTML and text from millions of eCommerce or new sites without freezing server memory.
- AI Tool-Use Actions: It allows LLM agents to browse documents, submit forms, and execute TodoMVC-style web interactions.
- Visual Verification: It automatically captures screenshots of webpages to verify UI transitions.
Conclusion:
Cloudflare Kitesurf is a lightweight AI-first browser. It reduces memory usage by 4.7x and CPU usage by 3.1x compared to traditional browsers. It eliminates the visual rendering process.
Cloudflare Kitesurf is in beta version. It integrates with Puppeteer and Playwright to enable scalable automation.
Other helpful articles:

