{
  "protocol": "ucp",
  "version": "0.2",
  "merchant": {
    "name": "Pudding Heroes",
    "legal_name": "Steven Ochs / Pudding Heroes",
    "url": "https://puddingheroes.com",
    "contact_url": "https://bookofhouses.com/agents",
    "support_email": "support@bookofhouses.com"
  },
  "currency": "USD",
  "payment_methods": ["stripe-checkout", "card"],
  "products": [
    {
      "id": "pudding-theory-guide",
      "name": "Pudding Theory: The 8 Laws \u2014 Quick Reference Guide",
      "description": "The practical companion to the Pudding Heroes universe by Steven Ochs. All 8 Laws of Pudding Theory with Hero Moves you can use today. PDF download.",
      "price": 2.99,
      "price_cents": 299,
      "currency": "USD",
      "payment_url": "https://bookofhouses.com/buy/pudding-theory/checkout",
      "landing_url": "https://bookofhouses.com/buy/pudding-theory",
      "license": "personal-use",
      "license_url": "https://bookofhouses.com/agents#license-personal-use",
      "fulfillment": "instant-download",
      "preview_url": "https://puddingheroes.com/downloads/pudding-theory.pdf",
      "image_url": "https://puddingheroes.com/images/book-cover.webp",
      "available": true
    }
  ],
  "agents_directory": "https://bookofhouses.com/agents",
  "discovery": {
    "products_api": "https://bookofhouses.com/api/products",
    "ucp_endpoint_canonical": "https://bookofhouses.com/.well-known/ucp.json",
    "ucp_endpoint_mirror": "https://puddingheroes.com/.well-known/ucp.json"
  }
}
