{
  "protocolVersion": "0.3.0",
  "name": "WebRun",
  "description": "WebRun is the AI that runs browser tasks for you: it signs in to websites and runs multi-step work in a real Chrome browser, with persistent sessions and human-in-the-loop takeover. It also exposes a library of 8,000+ ready-made automation templates.",
  "url": "https://api.webrun.ai",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "provider": {
    "organization": "WebRun",
    "url": "https://webrun.ai"
  },
  "documentationUrl": "https://docs.webrun.ai",
  "iconUrl": "https://webrun.ai/favicon.ico",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "browser-task",
      "name": "Run a browser task",
      "description": "Execute a single natural-language web task end to end in a real Chrome browser and return the result.",
      "tags": ["browser", "automation", "web", "scraping"],
      "examples": [
        "Go to example.com and extract the pricing table",
        "Search Google for 'Anthropic Claude' and summarize the first result"
      ]
    },
    {
      "id": "manage-session",
      "name": "Manage a browser session",
      "description": "Create a persistent browser session, send follow-up tasks that reuse its state, check task status, pause/resume/stop, and hand control to a human.",
      "tags": ["browser", "session", "human-in-the-loop"]
    },
    {
      "id": "search-templates",
      "name": "Search automation templates",
      "description": "Search WebRun's library of 8,000+ ready-made automation workflow templates by keyword, app, task, or category.",
      "tags": ["templates", "search", "discovery"],
      "examples": [
        "Find templates for chasing overdue invoices",
        "List Shopify order templates"
      ]
    }
  ],
  "additionalInterfaces": [
    { "url": "https://api.webrun.ai", "transport": "HTTP+JSON" },
    { "url": "https://api.webrun.ai/mcp", "transport": "HTTP+JSON" }
  ],
  "supportedInterfaces": [
    { "url": "https://api.webrun.ai", "transport": "HTTP+JSON" },
    { "url": "https://api.webrun.ai/mcp", "transport": "HTTP+JSON" }
  ]
}
