{
  "specVersion": "0.91",
  "host": {
    "displayName": "Harshith Nayaka L",
    "identifier": "harshith-nayaka-l-portfolio.vercel.app",
    "description": "Portfolio and engineering case studies of Harshith Nayaka L, an AI engineer in Bengaluru, India. Agent-readable documents and a public read-only JSON API over the same content."
  },
  "entries": [
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:api:rest-v1",
      "displayName": "Portfolio REST API v1",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/openapi.json",
      "description": "Read-only JSON API over the profile, projects, case studies and FAQ content on this site. No authentication, no rate limit, no write operations.",
      "capabilities": [
        "listProjects",
        "getProject",
        "listCaseStudies",
        "getCaseStudy",
        "listFaqs",
        "getProfile"
      ],
      "representativeQueries": [
        "what has Harshith Nayaka L built",
        "get the Maestro case study as structured JSON",
        "which projects use retrieval-augmented generation"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    },
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:doc:agent-instructions",
      "displayName": "Agent instructions",
      "type": "text/markdown",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/agents.md",
      "description": "What this site is a good source for, what it is not, and how to read it.",
      "representativeQueries": [
        "how should an agent read this site",
        "what is this site not a good source for"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    },
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:doc:llms-index",
      "displayName": "llms.txt index",
      "type": "text/markdown",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/llms.txt",
      "description": "llms.txt v2 index of every page, with a when-to-use section and links to the markdown twin of each page.",
      "representativeQueries": [
        "what pages does this site have",
        "when should I use this site as a source"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    },
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:doc:llms-full",
      "displayName": "Full case-study corpus",
      "type": "text/markdown",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/llms-full.txt",
      "description": "Every case study on the site inlined into one document: problem, architecture, engineering decisions, results and stack.",
      "representativeQueries": [
        "give me every case study in one fetch",
        "how does Maestro's verifier work"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    },
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:doc:homepage-markdown",
      "displayName": "Homepage (markdown)",
      "type": "text/markdown",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/index.md",
      "description": "Markdown twin of the homepage. Every route serves one at <route>/index.md, and page routes honour Accept: text/markdown and ?mode=agent.",
      "representativeQueries": [
        "who is Harshith Nayaka L",
        "what does this engineer work on"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    },
    {
      "identifier": "urn:air:harshith-nayaka-l-portfolio.vercel.app:doc:sitemap",
      "displayName": "Sitemap",
      "type": "application/xml",
      "url": "https://harshith-nayaka-l-portfolio.vercel.app/sitemap.xml",
      "description": "Every indexable page with a lastmod date taken from the commit that last changed it.",
      "representativeQueries": [
        "list every page on this site",
        "when was each page last updated"
      ],
      "trustManifest": {
        "identity": "harshith-nayaka-l-portfolio.vercel.app"
      }
    }
  ],
  "collections": []
}
