{
  "version": "1.0",
  "description": "Markdown-for-Agents discovery manifest for Alfven.AI. Agents that send `Accept: text/markdown` should use the gateway endpoint to retrieve markdown versions of pages.",
  "gateway": "https://nuvqwyiyywsvjlytiosv.supabase.co/functions/v1/markdown-gateway",
  "usage": "GET {gateway}?path=/<route> with header `Accept: text/markdown`",
  "examples": [
    {
      "description": "Homepage as markdown",
      "url": "https://nuvqwyiyywsvjlytiosv.supabase.co/functions/v1/markdown-gateway?path=/"
    },
    {
      "description": "FAQ as markdown",
      "url": "https://nuvqwyiyywsvjlytiosv.supabase.co/functions/v1/markdown-gateway?path=/faq"
    },
    {
      "description": "Pricing as markdown",
      "url": "https://nuvqwyiyywsvjlytiosv.supabase.co/functions/v1/markdown-gateway?path=/pricing"
    }
  ],
  "static_corpus": {
    "summary": "https://alfven.ai/llms.txt",
    "full": "https://alfven.ai/llms-full.txt"
  },
  "response_headers": {
    "Content-Type": "text/markdown; charset=utf-8",
    "x-markdown-tokens": "Approximate token count of the response body"
  }
}
