Agent Browser Protocol (ABP): Deterministic Browser Automation for AI Agents
By
theredsix
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
The article introduces ABP (Agent Browser Protocol), a Chromium fork designed for deterministic browser automation that works seamlessly with AI agents like Claude, Codex, and OpenCode. It reformats web navigation into discrete, multimodal chat formats that agents can understand, achieving 90.53% accuracy on Online Mind2Web benchmarks. The browser freezes pages between agent actions to prevent race conditions and provides settled page states (screenshots + events) per tool call. The protocol integrates MCP (Model Context Protocol) and REST directly into the browser engine, offering reproducible results and easy setup for AI-powered web automation.
Key quotes
· 5 pulledABP reformats web navigation into the discrete, multimodal chat format agents know and love.
ABP is a Chromium fork with MCP + REST baked directly into the browser engine.
What you should notice: every tool call returns a settled page state (screenshot + events), and the page freezes between steps so Claude never races the browser.
90.53% on Online Mind2Web — reproducible results
Deterministic browser automation. Works out of the box with Claude/Codex/OpenCode
You might also wanna read
OpenBrowser-AI: Direct Browser Control for AI Agents via Chrome DevTools Protocol
OpenBrowser-AI is a tool that connects AI agents directly to web browsers using raw Chrome DevTools Protocol (CDP) without abstraction layer
Agent Browser: AI Agents Browse Web Using ASCII Wireframes Instead of Screenshots
Agent Browser is a tool that enables AI agents to browse the web using ASCII wireframe snapshots instead of screenshots or DOM dumps, reduci
Open Browser Use: Open-source local-first browser automation for AI agents
Open Browser Use is an open-source, local-first browser automation tool that connects AI agents (like Codex, Claude Code) to real Chrome pro
Browserbase: A Web Browser Platform Designed for AI Applications and Developer Integration
Browserbase is a specialized web browser designed specifically for AI applications, allowing developers to integrate browser automation into
AI Browser: Create Browser Automation Agents with Simple Prompts
AI Browser is a tool that enables users to create AI-powered browser agents capable of automating online tasks through simple prompts. The a
Browserfly: An AI Agent for Browser Automation
Browserfly is an AI agent designed to operate within your browser, performing tasks by interacting with it like a human would, without requi
