{
  "name": "Suhaas Chitturi — Portfolio",
  "description": "Public portfolio and machine-discovery surface for Suhaas Chitturi. Interactive tools are exposed via WebMCP in the browser on the homepage. No JSON-RPC A2A server is deployed on this origin; the advertised interface URL returns HTTP 501.",
  "version": "1.0.0",
  "documentationUrl": "https://suhaaschitturi.com/docs/api/",
  "provider": {
    "url": "https://suhaaschitturi.com/",
    "organization": "Suhaas Chitturi"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "supportedInterfaces": [
    {
      "url": "https://suhaaschitturi.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "skills": [
    {
      "id": "portfolio-navigation",
      "name": "Portfolio navigation",
      "description": "Navigate the homepage via in-page tools (WebMCP): scroll to hero, about, projects, skills, contact, or waitlist.",
      "tags": ["navigation", "portfolio", "webmcp"],
      "examples": ["Scroll to the projects section."]
    },
    {
      "id": "discovery-metadata",
      "name": "Discovery metadata",
      "description": "Well-known discovery for API catalog (RFC 9727), OAuth/OIDC metadata, agent skills, OpenAPI, and health.",
      "tags": ["discovery", "metadata", "agents"],
      "examples": ["Retrieve /.well-known/api-catalog as application/linkset+json."]
    }
  ]
}
