{
  "specVersion": "1.0",
  "host": {
    "displayName": "WearableDocs",
    "identifier": "did:web:wearabledocs.com",
    "description": "A hosted page for a medical refusal you have already signed, reachable from a code you carry. It exists for the moment when the person deciding does not know what you documented and you cannot tell them.",
    "contact": "https://wearabledocs.com/contact"
  },
  "entries": [
    {
      "identifier": "urn:air:wearabledocs.com:docs:llms-txt",
      "displayName": "What WearableDocs is, in one file",
      "description": "A summary of the product, what it is and is not, and where the legal weight actually sits. Every claim in it is taken from the published pages it links.",
      "type": "text/plain",
      "url": "https://wearabledocs.com/llms.txt",
      "representativeQueries": [
        "what is WearableDocs",
        "is WearableDocs a medical device",
        "does WearableDocs write my advance directive",
        "who can read my medical refusal"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:docs:site-index",
      "displayName": "The site in Markdown",
      "description": "Every published page has a Markdown twin at the same path plus .md, announced on each page by a Link header. This is the home page's.",
      "type": "text/markdown",
      "url": "https://wearabledocs.com/index.md",
      "representativeQueries": [
        "WearableDocs home page as markdown",
        "how does a medical ID bracelet with a QR code work",
        "what happens when someone scans my medical bracelet"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:docs:state-requirements",
      "displayName": "Refusal requirements for all 51 states",
      "description": "One page per state and the District of Columbia: which statute governs an anatomical gift refusal there, how it must be signed and witnessed, and whether the state recognizes one executed elsewhere.",
      "type": "text/html",
      "url": "https://wearabledocs.com/states",
      "representativeQueries": [
        "how do I refuse organ donation in Texas",
        "does my advance directive work in another state",
        "how many witnesses does a refusal of anatomical gift need",
        "which states require notarization for an organ donation refusal"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:docs:health-rights",
      "displayName": "Health and rights explainers",
      "description": "Long-form articles on what a DNR commits you to, whether a hospital may refuse to honor a treatment refusal, and how state forms change.",
      "type": "text/html",
      "url": "https://wearabledocs.com/health-rights",
      "representativeQueries": [
        "can a hospital ignore my advance directive",
        "what does a DNR actually mean",
        "what are my rights to refuse treatment"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:api:state-requirements",
      "displayName": "State refusal requirements, as JSON",
      "description": "One record per jurisdiction: the published summary, the statute citation, and what the statute asks for when you sign a refusal yourself versus when somebody signs at your direction. Same wording as the state pages.",
      "type": "application/json",
      "url": "https://wearabledocs.com/api/states/index.json",
      "representativeQueries": [
        "how many witnesses does an organ donation refusal need in Texas",
        "does Florida require a notary for a refusal of anatomical gift",
        "which statute governs organ donation refusal in my state"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:api:faq",
      "displayName": "Questions and answers, as JSON",
      "description": "Every question answered on the WearableDocs FAQ and the Medical and Legal FAQ, in the words they are answered in on those pages.",
      "type": "application/json",
      "url": "https://wearabledocs.com/api/faq/index.json",
      "representativeQueries": [
        "is a WearableDocs record legally enforceable",
        "can I refuse vaccines and blood transfusions",
        "can a brain death diagnosis be wrong",
        "what happens if a hospital ignores my refusal"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:api:pricing",
      "displayName": "Prices, as JSON",
      "description": "What WearableDocs costs, in US cents, off the same constants the checkout charges from. The bracelet is listed with available set to false because it is announced and not yet purchasable.",
      "type": "application/json",
      "url": "https://wearabledocs.com/api/pricing.json",
      "representativeQueries": [
        "how much does WearableDocs cost",
        "what is the price of a WearableDocs subscription",
        "how much is an extra person on a WearableDocs household plan"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:api:search",
      "displayName": "Page index for finding the right page",
      "description": "Headings and an opening line for every published page, with the Markdown address to fetch. One request instead of crawling the site.",
      "type": "application/json",
      "url": "https://wearabledocs.com/api/search/index.json",
      "representativeQueries": [
        "which WearableDocs page explains the access log",
        "find the WearableDocs page about engraving requirements"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:api:products",
      "displayName": "What a WearableDocs code can be carried on",
      "description": "The product line: a printed wallet card, an engraved bracelet, a pendant, an Apple Watch band and dog tags. Each says whether it can be ordered. Only the wallet card can be ordered today and only it carries a price.",
      "type": "application/json",
      "url": "https://wearabledocs.com/api/products.json",
      "representativeQueries": [
        "does WearableDocs make an Apple Watch band",
        "can I get a medical ID pendant with a QR code",
        "what can a WearableDocs code be engraved on",
        "does WearableDocs sell dog tags"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:server:mcp",
      "displayName": "WearableDocs MCP server",
      "description": "Six read-only tools over the public data: the refusal requirements for all 51 US jurisdictions, the FAQ, the product line, prices, and a search over the site. Streamable HTTP at /mcp, no authentication.",
      "type": "application/mcp-server-card+json",
      "url": "https://wearabledocs.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "what does Texas require for a refusal of anatomical gift",
        "look up organ donation refusal rules by state",
        "what does WearableDocs sell and what does it cost"
      ]
    },
    {
      "identifier": "urn:air:wearabledocs.com:docs:sitemap",
      "displayName": "Every published page",
      "description": "The XML sitemap. Each HTML page also carries a Link header naming its Markdown twin.",
      "type": "application/xml",
      "url": "https://wearabledocs.com/sitemap.xml",
      "representativeQueries": [
        "list every WearableDocs page",
        "WearableDocs sitemap"
      ]
    }
  ]
}
