{
    "specVersion": "1.0",
    "host": {
        "displayName": "Bust Bunny",
        "identifier": "did:web:www.bustbunny.com",
        "url": "https://www.bustbunny.com/"
    },
    "entries": [
        {
            "identifier": "urn:air:www.bustbunny.com:llms:site",
            "displayName": "Bust Bunny site guide",
            "type": "text/markdown",
            "url": "https://www.bustbunny.com/llms.txt",
            "description": "What this site is and the pages worth reading.",
            "representativeQueries": [
                "what is Bust Bunny",
                "what does Bust Bunny offer"
            ]
        },
        {
            "identifier": "urn:air:www.bustbunny.com:openapi:site",
            "displayName": "Bust Bunny API",
            "type": "application/openapi+json",
            "url": "https://www.bustbunny.com/openapi.json",
            "description": "Machine-readable description of this site's HTTP API.",
            "representativeQueries": [
                "does Bust Bunny have an API"
            ]
        },
        {
            "identifier": "urn:air:www.bustbunny.com:a2a:card",
            "displayName": "Bust Bunny agent card",
            "type": "application/json",
            "url": "https://www.bustbunny.com/.well-known/agent-card.json",
            "description": "What software can ask this site for, in the A2A vocabulary.",
            "representativeQueries": [
                "what can Bust Bunny do"
            ]
        },
        {
            "identifier": "urn:air:www.bustbunny.com:catalog:products",
            "displayName": "Bust Bunny product catalog",
            "type": "application/json",
            "url": "https://www.bustbunny.com/wp-json/wc/store/v1/products",
            "description": "Live products, prices and stock.",
            "representativeQueries": [
                "what does Bust Bunny sell",
                "how much does it cost"
            ]
        },
        {
            "identifier": "urn:air:www.bustbunny.com:mcp:server",
            "displayName": "Bust Bunny MCP server",
            "type": "application/json",
            "url": "https://www.bustbunny.com/.well-known/mcp/server-card.json",
            "description": "Model Context Protocol server exposing this site's tools.",
            "representativeQueries": [
                "connect to Bust Bunny over MCP"
            ]
        }
    ]
}