{
  "$schema": "https://a2a.dev/schema/v1/agent-card.json",
  "name": "Owl Browser Agent",
  "version": "1.3.1",
  "description": "High-performance self-hosted Chromium browser automation engine for AI agents with source-level stealth, Agent Rendering, and MCP server.",
  "url": "https://owlbrowser.net",
  "endpoints": {
    "mcp": "https://owlbrowser.net/mcp",
    "openapi": "https://owlbrowser.net/openapi.json",
    "ard": "https://owlbrowser.net/.well-known/ard.json",
    "agent_skills": "https://owlbrowser.net/.well-known/agent-skills/index.json",
    "status": "https://owlbrowser.net/api/v1/status"
  },
  "capabilities": {
    "browser_automation": true,
    "stealth_navigation": true,
    "captcha_solving": true,
    "agent_rendering": true
  },
  "authentication": {
    "type": "bearer",
    "description": "Bearer token authentication on self-hosted instances."
  }
}
