{
  "protocolVersion": "0.3.0",
  "name": "Storelayer Free Widget Installer",
  "description": "Installs one Free Storelayer storefront widget with one browser-safe paste, then DNS-pinned proof of the exact HTTPS host.",
  "url": "https://storelayer.net/api",
  "version": "1.0.0",
  "documentationUrl": "https://storelayer.net/.well-known/ai",
  "support": {
    "email": "support@storelayer.net",
    "url": "https://storelayer.net/support"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "install-free-widget",
      "name": "Install one Free widget",
      "description": "Follow the ordered one-paste workflow and escalation instructions at /.well-known/ai. No account, dashboard token, payment, persistent credential, or HMAC recorder is required.",
      "tags": ["storefront", "widget", "free-install", "domain-verification"],
      "examples": ["Install an announcement bar on my verified HTTPS storefront."]
    }
  ],
  "securitySchemes": {
    "publicSession": {
      "type": "http",
      "scheme": "bearer",
      "description": "Created without dashboard credentials and valid for 30 minutes."
    }
  }
}