BACK_TO_FEEDAICRIER_2
Cloudflare Browser Run adds session replay
OPEN_SOURCE ↗
X · X// 4h agoINFRASTRUCTURE

Cloudflare Browser Run adds session replay

Cloudflare’s Browser Run now includes Live View, Human in the Loop, and Session Recordings for debugging and supervising browser automation. It’s meant to make AI agent runs less opaque when navigation, auth, or page-state issues derail execution.

// ANALYSIS

This is the kind of infra update that matters more than flashy agent demos: observability and handoff are what turn browser automation from a prototype into something you can trust in production.

  • Live View exposes the page, DOM, console, and network in real time, so failures are diagnosable instead of guesswork.
  • Session Recordings add after-the-fact replay, which is essential when the bug happens at 2 a.m. and nobody is watching live.
  • Human in the Loop gives agents a clean escalation path for login walls, CAPTCHAs, and other fragile web edges.
  • The CDP and MCP support make Browser Run useful beyond Cloudflare’s own tooling, especially for teams already using Playwright, Puppeteer, Cursor, or Claude Desktop.
  • This looks like Cloudflare pushing Browser Run up the stack from “hosted browser” to “production agent runtime.”
// TAGS
browser-runcloudflareagentautomationmcpdevtool

DISCOVERED

4h ago

2026-04-30

PUBLISHED

4h ago

2026-04-30

RELEVANCE

8/ 10

AUTHOR

dok2001