{
    "specVersion": "1.0",
    "host": {
        "identifier": "did:web:elgentos.com",
        "displayName": "elgentos",
        "description": "Dutch ecommerce agency building Magento/Adobe Commerce and Hyvä storefronts, headless commerce and product configurators.",
        "url": "https://elgentos.com/"
    },
    "entries": [
        {
            "identifier": "urn:air:elgentos.com:server:mcp",
            "displayName": "elgentos MCP server",
            "description": "Public, read-only MCP server exposing get_company_info and list_services. No authentication required.",
            "type": "application/mcp-server-card+json",
            "url": "https://elgentos.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "wat doet elgentos",
                "welke diensten levert elgentos",
                "which services does elgentos offer",
                "how do I contact elgentos"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:skills:index",
            "displayName": "elgentos agent skills",
            "description": "Agent Skills index describing how to read elgentos content and how to get in touch.",
            "type": "application/json",
            "url": "https://elgentos.com/.well-known/agent-skills/index.json",
            "representativeQueries": [
                "how should an agent use elgentos content",
                "hoe neem ik contact op met elgentos",
                "elgentos agent skills"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:content:llms-txt",
            "displayName": "elgentos llms.txt",
            "description": "Curated plain-text overview of the site, served per locale (Dutch by default, English on the en locale).",
            "type": "text/plain",
            "url": "https://elgentos.com/llms.txt",
            "representativeQueries": [
                "samenvatting van elgentos.nl",
                "summary of the elgentos website",
                "elgentos expertise en specialisaties"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:content:llms-full-txt",
            "displayName": "elgentos llms-full.txt",
            "description": "Full plain-text dump of all site content: cases, blog posts, news and pages.",
            "type": "text/plain",
            "url": "https://elgentos.com/llms-full.txt",
            "representativeQueries": [
                "elgentos cases en resultaten",
                "read every elgentos blog post",
                "welke klanten heeft elgentos geholpen",
                "elgentos Hyvä performance results"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:catalog:api-catalog",
            "displayName": "elgentos API catalog",
            "description": "RFC 9727 link set pointing at the machine-readable descriptions of every elgentos endpoint.",
            "type": "application/linkset+json",
            "url": "https://elgentos.com/.well-known/api-catalog",
            "representativeQueries": [
                "which APIs does elgentos.nl expose",
                "elgentos machine-readable endpoints"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:content:sitemap",
            "displayName": "elgentos sitemap",
            "description": "XML sitemap of all indexable URLs. Any page also renders as Markdown via a .md suffix or Accept: text/markdown.",
            "type": "application/xml",
            "url": "https://elgentos.com/sitemap.xml",
            "representativeQueries": [
                "list all pages on elgentos.nl",
                "alle url's van elgentos.nl"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:content:atom-feed",
            "displayName": "elgentos blog feed",
            "description": "Atom feed of the elgentos blog and news items.",
            "type": "application/atom+xml",
            "url": "https://elgentos.com/feed.xml",
            "representativeQueries": [
                "latest elgentos blog posts",
                "nieuws van elgentos",
                "elgentos Magento articles"
            ]
        },
        {
            "identifier": "urn:air:elgentos.com:auth:auth-md",
            "displayName": "elgentos auth.md",
            "description": "How agents identify themselves to elgentos services. Read access is anonymous; no credential is required.",
            "type": "text/markdown",
            "url": "https://elgentos.com/auth.md",
            "representativeQueries": [
                "how do agents authenticate with elgentos",
                "does the elgentos MCP server need a token"
            ]
        }
    ]
}