{
  "name": "Bubbles Vape",
  "description": "Bubbles Vape brand site agent. Subscribes visitors to the newsletter, accepts contact-form messages, and answers product/dispensary questions from the live FAQ corpus.",
  "url": "https://bubblesvape.com",
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "provider": {
    "organization": "Curador Brands",
    "url": "https://curadorbrands.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://bubblesvape.com/.well-known/agent-skills/index.json"
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": []
  },
  "documentationUrl": "https://bubblesvape.com/llms-full.txt",
  "skills": [
    {
      "id": "subscribe_to_newsletter",
      "name": "subscribe_to_newsletter",
      "description": "Subscribe a user to the Bubbles Vape email/SMS list. Forwards to the CuradorOS AlpineIQ proxy; the brand site never sees the loyalty key.",
      "tags": [
        "bubbles",
        "cannabis",
        "missouri"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": {
        "method": "POST",
        "url": "https://bubblesvape.com/api/subscribe"
      }
    },
    {
      "id": "submit_contact_form",
      "name": "submit_contact_form",
      "description": "Send a contact-form message to Bubbles Vape support. Rate-limited (3/min/IP); message is emailed via Resend and audit-logged in CuradorOS.",
      "tags": [
        "bubbles",
        "cannabis",
        "missouri"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": {
        "method": "POST",
        "url": "https://bubblesvape.com/api/contact"
      }
    },
    {
      "id": "lookup_dispensaries",
      "name": "lookup_dispensaries",
      "description": "List Missouri licensed dispensaries that carry Bubbles Vape products. Returns an empty array when no retail locations have been published yet.",
      "tags": [
        "bubbles",
        "cannabis",
        "missouri"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": {
        "method": "GET",
        "url": "https://www.curadoros.com/api/public/sites/bubbles/dispensaries"
      }
    },
    {
      "id": "get_product_faq",
      "name": "get_product_faq",
      "description": "Read the Bubbles Vape FAQ — includes the current rotating flavor list (Sativa / Indica / Hybrid / Exotic), hardware specs, dispensary purchase rules, and Missouri compliance details.",
      "tags": [
        "bubbles",
        "cannabis",
        "missouri"
      ],
      "examples": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": {
        "method": "GET",
        "url": "https://www.curadoros.com/api/public/sites/bubbles/faq"
      }
    }
  ]
}