{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_agent_browser_protocol",
  "slug": "agent-browser-protocol",
  "name": "Agent Browser Protocol",
  "canonical_url": "https://www.openagent.bot/plugins/agent-browser-protocol",
  "category": "plugins",
  "resource_type": "plugin",
  "summary": "Agent Browser Protocol is an open-source browser automation project that exposes deterministic browser actions for agent tools. It is aimed at developers who want a cleaner control surface between coding agents and a real browser.",
  "capabilities": [
    "mcp",
    "browser-automation",
    "protocol"
  ],
  "constraints": [
    "open-source",
    "mcp-compatible"
  ],
  "scenarios": [
    "browser-agent",
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo"
  ],
  "integrations": [],
  "permission_surface": [
    "browser",
    "shell/files",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Browser automation",
    "Coding agent workflow",
    "Connector or protocol layer"
  ],
  "avoid_when": [
    "Non-technical users looking for a hosted automation app",
    "Teams that only need passive page screenshots"
  ],
  "primary_actions": [
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/theredsix/agent-browser-protocol"
  ],
  "last_verified_at": "2026-06-09",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/plugins/agent-browser-protocol.json",
    "markdown_url": "https://www.openagent.bot/plugins/agent-browser-protocol.md",
    "agent_json_url": "https://www.openagent.bot/plugins/agent-browser-protocol.agent.json"
  }
}