{
  "name": "UZEN Labs",
  "description": "An innovation lab building products that matter",
  "version": "1.0.0",
  "homepage": "https://uzenlabs.com",
  "endpoints": [
    {
      "path": "/",
      "method": "GET",
      "description": "Homepage"
    },
    {
      "path": "/about",
      "method": "GET",
      "description": "About page"
    },
    {
      "path": "/projects",
      "method": "GET",
      "description": "Projects listing"
    },
    {
      "path": "/blog",
      "method": "GET",
      "description": "Blog listing"
    },
    {
      "path": "/blog/{slug}",
      "method": "GET",
      "description": "Individual blog post"
    },
    {
      "path": "/robots.txt",
      "method": "GET",
      "description": "Robots exclusion protocol with Content-Signal directives"
    },
    {
      "path": "/sitemap-index.xml",
      "method": "GET",
      "description": "Sitemap index"
    }
  ],
  "contentNegotiation": {
    "markdown": {
      "acceptHeader": "text/markdown",
      "description": "All HTML pages can be returned as Markdown when requested with Accept: text/markdown header"
    }
  },
  "agentSignals": {
    "ai-train": "no",
    "search": "yes",
    "ai-input": "no"
  }
}
