Browser Rendering now supports wrangler browser commands, letting you create, manage, and view browser sessions directly from your terminal, streamlining your workflow. Since Wrangler handles authentication, you do not need to pass API tokens in your commands. The following commands are available: Command Descriptio...
Browser Run - Manage Browser Rendering sessions with Wrangler CLI
Cloudflare Developer Platform Changelog · 2026-04-14
Related items
Browser Run - Browser Rendering is now Browser Run
We are renaming Browser Rendering to Browser Run . The name Browser Rendering never fully captured what the product does. Browser Run lets you run full browser sessions on Cloudflare's global network, drive them with code or AI, record and replay sessions, crawl pages for content, debug in real time, and let humans...
Browser Run - Playwright MCP server is now compatible with Browser Rendering
We're excited to share that you can now use the Playwright MCP server with Browser Rendering. Once you deploy the server , you can use any MCP client with it to interact with Browser Rendering. This allows you to run AI models that can automate browser tasks, such as taking screenshots, filling out forms, or scrapin...
Browser Run - Crawl entire websites with a single API call using Browser Rendering
Edit: this post has been edited to clarify crawling behavior with respect to site guidance. You can now crawl an entire website with a single API call using Browser Rendering 's new /crawl endpoint , available in open beta. Submit a starting URL, and pages are automatically discovered, rendered in a headless browser...
AI Search - Create, manage, search AI Search instances with Wrangler CLI
AI Search supports a wrangler ai-search command namespace. Use it to manage instances from the command line. The following commands are available: Command Description wrangler ai-search create Create a new instance with an interactive wizard wrangler ai-search list List all instances in your account wrangler ai-sear...
Artifacts - Manage Artifacts namespaces and repos with Wrangler CLI
You can now manage Artifacts namespaces, repos, and repo-scoped tokens directly from Wrangler CLI. Available commands: wrangler artifacts namespaces list — List Artifacts namespaces in your account. wrangler artifacts namespaces get — Get metadata for a namespace. wrangler artifacts repos create — Create a repo in a...
Workers, Browser Run - Increased Browser Rendering limits!
Browser Rendering now supports 10 concurrent browser instances per account and 10 new instances per minute, up from the previous limits of 2. This allows you to launch more browser tasks from Cloudflare Workers . To manage concurrent browser sessions, you can use Queues or Workflows : JavaScript export default { asy...