{
  "_note": "Root-level mirror of .well-known/agent.json for agents that look at /agent-manifest.json",
  "schema_version": "1.0",
  "name": "WebBLE",
  "version": "2.0.0-beta.2",
  "description": "navigator.bluetooth polyfill for iOS Safari via a Safari Web Extension",
  "homepage": "https://ioswebble.com",
  "mcp": {
    "command": "npx",
    "args": ["-y", "@ios-web-bluetooth/mcp"]
  },
  "packages": {
    "core": {
      "npm": "@ios-web-bluetooth/core",
      "version": "2.0.0-beta.2"
    },
    "react": {
      "npm": "@ios-web-bluetooth/react",
      "version": "2.0.0-beta.2"
    },
    "profiles": {
      "npm": "@ios-web-bluetooth/profiles",
      "version": "2.0.0-beta.2"
    }
  },
  "cdn": {
    "latest": "https://cdn.ioswebble.com/v1.js",
    "pinned": "https://cdn.ioswebble.com/v1/2.0.0-beta.2/webble.js"
  },
  "surface": {
    "standard": "navigator.bluetooth",
    "premium": "window.webbleIOS",
    "premiumApis": [
      "backgroundSync",
      "notifications",
      "liveActivity",
      "beacons",
      "peripheral",
      "whiteLabel"
    ]
  },
  "quickstarts": {
    "html": "https://ioswebble.com/docs-md/quickstart-html.md",
    "react": "https://ioswebble.com/docs-md/quickstart-react.md",
    "vue": "https://ioswebble.com/docs-md/quickstart-vue.md",
    "svelte": "https://ioswebble.com/docs-md/quickstart-svelte.md",
    "angular": "https://ioswebble.com/docs-md/quickstart-angular.md",
    "next": "https://ioswebble.com/docs-md/quickstart-next.md"
  },
  "requiresExtension": {
    "detectGlobal": "window.webbleIOS !== undefined",
    "iosAppStore": "https://apps.apple.com/search?term=WebBLE&mt=8"
  },
  "spec": "https://webbluetoothcg.github.io/web-bluetooth/",
  "capabilities": [
    "web_bluetooth_bridge",
    "safari_extension",
    "mcp_server",
    "background_sync",
    "beacon_scanning",
    "peripheral_mode"
  ],
  "examples": "https://ioswebble.com/llms-full.txt",
  "troubleshooting": "https://ioswebble.com/docs#troubleshooting",
  "support": {
    "email": "hello@ioswebble.com",
    "issues": "https://github.com/wklm/ioswebble-sdk/issues"
  }
}
