{
    "specVersion": "1.0",
    "host": {
        "displayName": "Global eSIM",
        "identifier": "did:web:globalesim.app",
        "url": "https://globalesim.app/"
    },
    "entries": [
        {
            "identifier": "urn:air:globalesim.app:content:llms-txt",
            "displayName": "Global eSIM site guide (llms.txt)",
            "type": "text/markdown",
            "url": "https://globalesim.app/llms.txt",
            "representativeQueries": [
                "What eSIM data plans does Global eSIM sell?",
                "Which countries does Global eSIM cover?",
                "How do I activate a Global eSIM?"
            ]
        },
        {
            "identifier": "urn:air:globalesim.app:mcp:catalog",
            "displayName": "Global eSIM MCP server (read-only plan search)",
            "type": "application/json",
            "url": "https://globalesim.app/mcp",
            "representativeQueries": [
                "Search Global eSIM plans for France",
                "Get the Japan eSIM product page as Markdown"
            ]
        },
        {
            "identifier": "urn:air:globalesim.app:api:store",
            "displayName": "WooCommerce Store API (read-only product catalog)",
            "type": "application/json",
            "url": "https://globalesim.app/wp-json/wc/store/v1",
            "representativeQueries": [
                "List eSIM products for France",
                "What is the price of the Europe eSIM plan?"
            ]
        },
        {
            "identifier": "urn:air:globalesim.app:content:sitemap",
            "displayName": "XML sitemap index",
            "type": "application/xml",
            "url": "https://globalesim.app/sitemap_index.xml",
            "representativeQueries": [
                "List all Global eSIM destination pages",
                "Find the Global eSIM blog posts"
            ]
        },
        {
            "identifier": "urn:air:globalesim.app:skill:shopping",
            "displayName": "Agent skill: browse Global eSIM plans",
            "type": "text/markdown",
            "url": "https://globalesim.app/.well-known/agent-skills/globalesim-shopping/SKILL.md",
            "representativeQueries": [
                "How should an AI agent look up eSIM plans on globalesim.app?",
                "Compare Global eSIM plans for Japan"
            ]
        }
    ]
}