{
  "name": "AI Pass Nova Integration Support",
  "description": "Read-only routing to AI Pass integration documentation, path guidance, and error checklists. It cannot inspect a project, provision, publish, or mutate resources.",
  "supportedInterfaces": [
    {
      "url": "https://aipass.one/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "AI Pass",
    "url": "https://aipass.one"
  },
  "version": "1.0.0",
  "documentationUrl": "https://aipass.one/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "setupGrant": {
      "httpAuthSecurityScheme": {
        "description": "Short-lived AI Pass setup grant issued by the user-approved device flow.",
        "scheme": "Bearer",
        "bearerFormat": "asg_ opaque setup grant"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "setupGrant": {
          "list": ["nova:query"]
        }
      }
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "aipass-docs-lookup",
      "name": "AI Pass documentation lookup",
      "description": "Routes project questions to the relevant AI Pass integration documentation.",
      "tags": ["aipass", "documentation", "integration"],
      "examples": ["Which AI Pass path fits a localhost React app?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "aipass-path-guidance",
      "name": "AI Pass integration path guidance",
      "description": "Routes SDK, Spaces, and backend OAuth questions to the relevant documented decision guide.",
      "tags": ["aipass", "guidance", "oauth", "sdk", "spaces"],
      "examples": ["Which documented path should I read for a localhost React app?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "aipass-error-checklist",
      "name": "AI Pass error checklist lookup",
      "description": "Routes redacted setup and integration errors to the documented verification checklist.",
      "tags": ["aipass", "api", "checklist", "errors"],
      "examples": ["Which checklist covers an AI Pass 403 response?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
