{
  "$schema": "https://www.rfc-editor.org/rfc/rfc9727",
  "name": "Tusq Apparel Agent API Catalog",
  "description": "Machine-readable commerce and catalog surfaces for Tusq Apparel.",
  "homepage": "https://tusqapparel.com/",
  "contact": "mailto:info@tusqapparel.com",
  "apis": [
    {
      "name": "UCP merchant profile",
      "url": "https://tusqapparel.com/.well-known/ucp",
      "media_type": "application/json",
      "purpose": "Discover supported Universal Commerce Protocol services and payment handlers."
    },
    {
      "name": "UCP MCP endpoint",
      "url": "https://tusqapparel.com/api/ucp/mcp",
      "media_type": "application/json",
      "purpose": "Agent commerce tools for catalog, cart, checkout, fulfillment, discount, and order workflows. Payment requires buyer approval."
    },
    {
      "name": "All products JSON",
      "url": "https://tusqapparel.com/collections/all/products.json",
      "media_type": "application/json",
      "purpose": "Read-only product catalog data."
    },
    {
      "name": "All products Atom feed",
      "url": "https://tusqapparel.com/collections/all.atom",
      "media_type": "application/atom+xml",
      "purpose": "Read-only feed of products."
    }
  ],
  "policies": {
    "privacy": "https://tusqapparel.com/policies/privacy-policy",
    "terms": "https://tusqapparel.com/policies/terms-of-service",
    "refund": "https://tusqapparel.com/policies/refund-policy"
  }
}
