{
  "name": "AirShelf Product Agent",
  "description": "Answers questions about AirShelf products, specs, compatibility, and pricing",
  "url": "https://agents.airshelf.ai/v1/merchants/airshelf/manifest",
  "provider": {
    "organization": "AirShelf"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "json"
  ],
  "skills": [
    {
      "id": "product-search",
      "name": "Product Search",
      "description": "Search products by specs, use case, or keyword"
    },
    {
      "id": "product-specs",
      "name": "Product Specifications",
      "description": "Get verified specs for any product"
    }
  ]
}