{
  "schema_version": "2024-11-05",
  "name": "Dipendra K. Shah",
  "description": "Personal website and writing archive of Dipendra K. Shah, a software engineer in Kathmandu, Nepal. Exposes read-only endpoints for reading the writing, photos, and metadata published on the site.",
  "homepage": "https://www.dipendrakshah.com.np",
  "documentation": "https://www.dipendrakshah.com.np/developers",
  "openapi": "https://www.dipendrakshah.com.np/openapi.json",
  "contact": "https://www.dipendrakshah.com.np/contact",
  "authentication": {
    "type": "none",
    "description": "All endpoints are public and read-only. No key is required."
  },
  "resources": [
    {
      "name": "llms.txt",
      "description": "AI-readable index of the site with usage guidance.",
      "uri": "https://www.dipendrakshah.com.np/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "name": "llms-full.txt",
      "description": "Full Markdown corpus of published writing.",
      "uri": "https://www.dipendrakshah.com.np/llms-full.txt",
      "mimeType": "text/markdown"
    },
    {
      "name": "search-index.json",
      "description": "Compact JSON index of all public documents.",
      "uri": "https://www.dipendrakshah.com.np/search-index.json",
      "mimeType": "application/json"
    },
    {
      "name": "sitemap.xml",
      "description": "Canonical list of all public URLs.",
      "uri": "https://www.dipendrakshah.com.np/sitemap.xml",
      "mimeType": "application/xml"
    },
    {
      "name": "atom",
      "description": "Atom feed of newly published writing.",
      "uri": "https://www.dipendrakshah.com.np/atom",
      "mimeType": "application/atom+xml"
    }
  ],
  "tools_reference": {
    "description": "Read operations are described as an OpenAPI 3.1 document that can be adapted into function-calling tool definitions.",
    "openapi": "https://www.dipendrakshah.com.np/openapi.json"
  }
}