{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_browser_use",
  "slug": "browser-use",
  "name": "browser-use",
  "canonical_url": "https://www.openagent.bot/agents/browser-use",
  "category": "agents",
  "resource_type": "agent",
  "summary": "browser-use is an MIT-licensed Python project for connecting AI agents to browser actions, making it useful for teams prototyping web automation, browser agents, and task execution over real websites.",
  "capabilities": [
    "browser-automation",
    "browser",
    "workflow-orchestration",
    "tool-calling"
  ],
  "constraints": [
    "open-source",
    "self-hosted"
  ],
  "scenarios": [
    "browser-agent",
    "self-hosted-ai",
    "developer-workflow"
  ],
  "deployment_modes": [
    "self_hosted",
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "browser"
  ],
  "risk_level": "elevated",
  "source_confidence": "high",
  "recommended_workflows": [
    "Browser automation",
    "Coding agent workflow"
  ],
  "avoid_when": [
    "Users who want a complete no-code automation product",
    "Teams that cannot manage credentials, browser sessions, and site-specific failure cases"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Install browser-use"
  ],
  "evidence_urls": [
    "https://github.com/browser-use/browser-use",
    "https://browser-use.com",
    "https://docs.browser-use.com/"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/browser-use.json",
    "markdown_url": "https://www.openagent.bot/agents/browser-use.md",
    "agent_json_url": "https://www.openagent.bot/agents/browser-use.agent.json"
  }
}