{
  "version": "1.0",
  "description": "Markdown-for-Agents discovery manifest for Publicus. Agents that send `Accept: text/markdown` should use the gateway endpoint to retrieve markdown versions of pages.",
  "gateway": "https://publicus.ch/api/public/markdown-gateway",
  "usage": "GET {gateway}?path=/<route> with header `Accept: text/markdown`",
  "examples": [
    {
      "description": "Homepage as markdown",
      "url": "https://publicus.ch/api/public/markdown-gateway?path=/"
    },
    {
      "description": "Pricing as markdown",
      "url": "https://publicus.ch/api/public/markdown-gateway?path=/pricing"
    },
    {
      "description": "Geneva canton landing as markdown",
      "url": "https://publicus.ch/api/public/markdown-gateway?path=/for/geneve"
    }
  ],
  "static_corpus": {
    "summary": "https://publicus.ch/llms.txt",
    "full": "https://publicus.ch/llms-full.txt"
  },
  "response_headers": {
    "Content-Type": "text/markdown; charset=utf-8",
    "x-markdown-tokens": "Approximate token count of the response body"
  }
}
