{
    "specVersion": "1.0",
    "host": {
        "displayName": "Nelsie Cosmetics",
        "identifier": "did:web:nelsiecosmetics.com"
    },
    "entries": [
        {
            "identifier": "urn:air:nelsiecosmetics.com:server:mcp",
            "displayName": "Nelsie Cosmetics MCP Store Agent",
            "type": "application/mcp-server-card+json",
            "url": "https://nelsiecosmetics.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "find products and items at Nelsie Cosmetics",
                "search online catalog at nelsiecosmetics.com",
                "check live product stock and prices at Nelsie Cosmetics"
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:api:woocommerce",
            "displayName": "Nelsie Cosmetics WooCommerce REST API",
            "type": "application/json",
            "url": "https://nelsiecosmetics.com/wp-json/wc/v3/",
            "representativeQueries": [
                "query Nelsie Cosmetics products, prices, and categories",
                "retrieve store inventory levels and place orders"
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:skills:catalog",
            "displayName": "Nelsie Cosmetics Agent Skills Index",
            "type": "application/json",
            "url": "https://nelsiecosmetics.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "what actions can agents perform on Nelsie Cosmetics",
                "check product attributes and stock levels",
                "shipping policy rates and delivery times"
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:catalog:api-catalog",
            "displayName": "Nelsie Cosmetics RFC 9727 API Catalog",
            "type": "application/linkset+json",
            "url": "https://nelsiecosmetics.com/.well-known/api-catalog",
            "representativeQueries": [
                "discover all machine readable APIs on nelsiecosmetics.com",
                "API documentation and OpenAPI schema links"
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:doc:llms-txt",
            "displayName": "Nelsie Cosmetics LLM Site Overview",
            "type": "text/markdown",
            "url": "https://nelsiecosmetics.com/llms.txt",
            "representativeQueries": [
                "overview of Nelsie Cosmetics brand and product catalog",
                "Natural hair and skin care \u2014 good for your health and the planet."
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:commerce:ucp",
            "displayName": "Nelsie Cosmetics Universal Commerce Protocol Profile",
            "type": "application/json",
            "url": "https://nelsiecosmetics.com/.well-known/ucp",
            "representativeQueries": [
                "universal commerce protocol endpoints for shopping agents",
                "AI cart and checkout protocol for Nelsie Cosmetics"
            ]
        },
        {
            "identifier": "urn:air:nelsiecosmetics.com:commerce:acp",
            "displayName": "Nelsie Cosmetics Agentic Commerce Protocol Profile",
            "type": "application/json",
            "url": "https://nelsiecosmetics.com/.well-known/acp.json",
            "representativeQueries": [
                "agentic commerce protocol discovery document for AI checkout",
                "ACP checkout sessions and cart integration for Nelsie Cosmetics"
            ]
        }
    ]
}