{
    "specVersion": "1.0",
    "host": {
        "displayName": "QWeb Agent Ready",
        "identifier": "did:web:agentready.qwebmaster.com",
        "url": "https://agentready.qwebmaster.com/"
    },
    "entries": [
        {
            "identifier": "urn:air:agentready.qwebmaster.com:llms:site",
            "displayName": "QWeb Agent Ready site guide",
            "type": "text/markdown",
            "url": "https://agentready.qwebmaster.com/llms.txt",
            "description": "What this is, what it costs, and what the plugin publishes.",
            "representativeQueries": [
                "what is QWeb Agent Ready",
                "how do I make my site readable by AI agents"
            ]
        },
        {
            "identifier": "urn:air:agentready.qwebmaster.com:api:test",
            "displayName": "Agent readiness test",
            "type": "application/openapi+json",
            "url": "https://agentready.qwebmaster.com/openapi.json",
            "description": "Give it a URL, get a per-check report of what an agent can read.",
            "representativeQueries": [
                "is my site agent ready",
                "test a website for llms.txt and MCP"
            ]
        },
        {
            "identifier": "urn:air:agentready.qwebmaster.com:mcp:server",
            "displayName": "QWeb Agent Ready MCP server",
            "type": "application/json",
            "url": "https://agentready.qwebmaster.com/.well-known/mcp/server-card.json",
            "description": "Run the readiness test as a tool call.",
            "representativeQueries": [
                "test this site for agent readiness"
            ]
        }
    ]
}