{
  "schema": "https://agent-protocol.ai/schema/v1",
  "name": "Harper Rodeo Denim",
  "description": "Premium Western denim brand based in Raleigh, NC. Sells rodeo-performance jeans, t-shirts, hats, and accessories built for the arena and everyday Western life.",
  "url": "https://www.harperrodeodenim.com",
  "provider": {
    "@type": "Organization",
    "name": "Harper Rodeo Denim LLC",
    "url": "https://www.harperrodeodenim.com",
    "email": "info@harperrodeodenim.com"
  },
  "capabilities": [
    {
      "name": "Product Catalog",
      "description": "Browse the full catalog of Harper Rodeo Denim products including jeans, t-shirts, hats, and accessories.",
      "actions": ["browse_products"]
    },
    {
      "name": "Customer Contact",
      "description": "Submit enquiries for customer support, sponsorship, wholesale, or press.",
      "actions": ["contact"]
    },
    {
      "name": "Newsletter Subscription",
      "description": "Subscribe to the Harper Rodeo Denim email list for product updates and exclusive offers.",
      "actions": ["subscribe"]
    }
  ],
  "knowledge": {
    "llms_txt": "https://www.harperrodeodenim.com/llms.txt",
    "llms_full_txt": "https://www.harperrodeodenim.com/llms-full.txt",
    "entity": "https://www.harperrodeodenim.com/entity.json",
    "sitemap": "https://www.harperrodeodenim.com/sitemap.xml",
    "robots": "https://www.harperrodeodenim.com/robots.txt"
  },
  "actions": [
    {
      "method": "POST",
      "endpoint": "https://www.harperrodeodenim.com/api/contact",
      "description": "Submit a customer enquiry, sponsorship request, wholesale enquiry, or press contact",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": { "type": "string" },
          "email": { "type": "string", "format": "email" },
          "subject": { "type": "string" },
          "message": { "type": "string" }
        },
        "required": ["name", "email", "subject", "message"]
      }
    },
    {
      "method": "POST",
      "endpoint": "https://www.harperrodeodenim.com/api/subscribe",
      "description": "Subscribe an email address to the Harper Rodeo Denim newsletter",
      "inputSchema": {
        "type": "object",
        "properties": {
          "email": { "type": "string", "format": "email" }
        },
        "required": ["email"]
      }
    }
  ],
  "policies": {
    "terms": "https://www.harperrodeodenim.com/terms",
    "privacy": "https://www.harperrodeodenim.com/privacy",
    "returns": "https://www.harperrodeodenim.com/shipping-returns",
    "robots": "https://www.harperrodeodenim.com/robots.txt"
  }
}
