{
  "name": "PRODUCT.md",
  "description": "The open standard for describing a product in one Markdown file — who it is for, how it speaks, and what it costs. Readable by humans, coding agents, and buying agents.",
  "url": "https://product.md",
  "version": "0.9.0",
  "register": "brand",
  "protocol": "https://apis.ax/axp",
  "interfaces": {
    "web": {
      "url": "https://product.md/",
      "content_type": "text/html",
      "auth": "none",
      "description": "The full specification on one page."
    },
    "spec": {
      "url": "https://product.md/product.md",
      "content_type": "text/markdown",
      "auth": "none",
      "description": "This site's own PRODUCT.md — the file the standard describes."
    },
    "cli": {
      "command": "npx productmd",
      "commands": ["init", "check"],
      "description": "Bootstrap a PRODUCT.md, then verify it reaches Level 2 conformance."
    }
  },
  "endpoints": [
    { "method": "GET", "path": "/", "auth": "none", "returns": "text/html" },
    { "method": "GET", "path": "/product.md", "auth": "none", "returns": "text/markdown" },
    { "method": "GET", "path": "/llms.txt", "auth": "none", "returns": "text/markdown" },
    { "method": "GET", "path": "/icp.json", "auth": "none", "returns": "application/json" },
    { "method": "GET", "path": "/.well-known/agents.json", "auth": "none", "returns": "application/json" }
  ],
  "identity": {
    "standard": "https://id.org.ai",
    "description": "Every reader — agent, human, or service — proves who it is the same way, via id.org.ai."
  },
  "monetization": null,
  "attestation": {
    "supported": false,
    "note": "PRODUCT.md is a static specification site and publishes no signed reports. The `json product.md#pricing` machine island in a PRODUCT.md is the normative artifact a commerce protocol quotes."
  },
  "links": {
    "spec": "https://product.md/",
    "llms": "https://product.md/llms.txt",
    "icp": "https://product.md/icp.json",
    "source": "https://github.com/dot-org-ai/product.md",
    "related": ["https://agents.md", "https://llmstxt.org", "https://mdxld.org"]
  }
}
