{
  "specVersion": "1.0",
  "host": {
    "displayName": "DirectCare AI",
    "identifier": "did:web:directcare.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:directcare.ai:agent:concierge",
      "displayName": "DirectCare AI Concierge (A2A)",
      "description": "Read-only A2A agent. Given a health goal or program name, returns the matching DirectCare AI program, its canonical page, and how a person starts. Informational only: it gives no medical advice, holds no patient records, and cannot take an order or an intake.",
      "type": "application/json",
      "url": "https://www.directcare.ai/.well-known/agent-card.json",
      "representativeQueries": [
        "which DirectCare AI program covers weight loss",
        "does DirectCare AI offer testosterone replacement therapy",
        "what hormone programs does DirectCare AI have for women",
        "where do I start a hair regrowth program at DirectCare AI"
      ]
    },
    {
      "identifier": "urn:air:directcare.ai:doc:llms-index",
      "displayName": "llms.txt — curated site index",
      "description": "Short, hand-maintained index of DirectCare AI: what the company does, every program with its canonical URL, and pointers to the machine-readable editions of the site.",
      "type": "text/plain",
      "url": "https://www.directcare.ai/llms.txt",
      "representativeQueries": [
        "what does DirectCare AI do",
        "list the DirectCare AI programs and their pages",
        "what is DirectCare AI's telehealth catalogue"
      ]
    },
    {
      "identifier": "urn:air:directcare.ai:doc:llms-full",
      "displayName": "llms-full.txt — full site text",
      "description": "Every public page of www.directcare.ai as plain Markdown in a single file, so the whole catalogue can be read in one request instead of crawling 140 pages of HTML.",
      "type": "text/plain",
      "url": "https://www.directcare.ai/llms-full.txt",
      "representativeQueries": [
        "read the full text of the DirectCare AI website",
        "what does DirectCare AI say about GLP-1 weight loss",
        "DirectCare AI blood panel biomarkers and pricing"
      ]
    },
    {
      "identifier": "urn:air:directcare.ai:doc:sitemap",
      "displayName": "XML sitemap",
      "description": "Canonical list of every indexable URL on www.directcare.ai. Each page also has a Markdown twin at the same path with a .md extension, linked from that page's Link: rel=alternate header.",
      "type": "application/xml",
      "url": "https://www.directcare.ai/sitemap.xml",
      "representativeQueries": [
        "list every page on directcare.ai",
        "what URLs does DirectCare AI publish"
      ]
    },
    {
      "identifier": "urn:air:directcare.ai:data:blog-index",
      "displayName": "Blog post index (JSON)",
      "description": "Machine-readable index of every DirectCare AI article: title, slug, category, publication date and excerpt. Categories are TRT, HRT, Weight Loss, Sexual Health, Hair Regrowth, Blood Labs, Supplements, Nutrition and Fitness.",
      "type": "application/json",
      "url": "https://www.directcare.ai/blog/posts.json",
      "representativeQueries": [
        "list DirectCare AI articles about testosterone",
        "what has DirectCare AI published on GLP-1 nutrition",
        "DirectCare AI blog posts by category and date"
      ]
    },
    {
      "identifier": "urn:air:directcare.ai:doc:content-policy",
      "displayName": "Crawl and content-usage policy",
      "description": "robots.txt, including the Content-Signal declaration: indexing yes, use as the source of an AI-generated answer yes, training on this content no.",
      "type": "text/plain",
      "url": "https://www.directcare.ai/robots.txt",
      "representativeQueries": [
        "may I use DirectCare AI content to answer a question",
        "what is DirectCare AI's AI training policy",
        "which crawlers does directcare.ai allow"
      ]
    }
  ]
}
