{
  "specVersion": "1.0",
  "host": {
    "displayName": "Supademo",
    "identifier": "did:web:supademo.com",
    "url": "https://supademo.com"
  },
  "entries": [
    {
      "identifier": "urn:air:supademo.com:schema:http-api",
      "displayName": "Supademo HTTP API (OpenAPI 3.1)",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://supademo.com/openapi.json",
      "representativeQueries": [
        "verify a Supademo API key and get the workspace it belongs to",
        "subscribe a webhook URL to Supademo demo view events",
        "what shape is the payload when someone submits their email in a demo",
        "unsubscribe an integration trigger from a Supademo workspace"
      ]
    },
    {
      "identifier": "urn:air:supademo.com:server:mcp",
      "displayName": "Supademo MCP server (OAuth, JSON-RPC over HTTP)",
      "type": "application/json",
      "url": "https://mcp.supademo.com/mcp",
      "representativeQueries": [
        "create an interactive demo in my Supademo workspace",
        "translate a Supademo demo into another language",
        "read view and completion analytics for a Supademo demo",
        "share a Supademo demo or add it to a demo hub"
      ]
    },
    {
      "identifier": "urn:air:supademo.com:metadata:mcp-protected-resource",
      "displayName": "OAuth protected-resource metadata for the MCP server (RFC 9728)",
      "type": "application/json",
      "url": "https://mcp.supademo.com/.well-known/oauth-protected-resource",
      "representativeQueries": [
        "which authorization server issues tokens for the Supademo MCP server",
        "how do I authenticate against Supademo over MCP"
      ]
    },
    {
      "identifier": "urn:air:supademo.com:index:llms-txt",
      "displayName": "Site map for language models (llms.txt)",
      "type": "text/markdown",
      "url": "https://supademo.com/llms.txt",
      "representativeQueries": [
        "what does Supademo do and what does it cost",
        "which Supademo pages cover sales enablement or customer onboarding",
        "how does Supademo compare to other interactive demo tools"
      ]
    },
    {
      "identifier": "urn:air:supademo.com:index:markdown-corpus",
      "displayName": "Markdown corpus index for every page on supademo.com",
      "type": "text/markdown",
      "url": "https://supademo.com/okf/index.md",
      "representativeQueries": [
        "give me the markdown version of a Supademo page",
        "list every documented Supademo feature as plain text",
        "read Supademo pricing without rendering JavaScript"
      ]
    }
  ]
}
