{
  "specVersion": "1.0",
  "host": {
    "displayName": "clouatre.ca",
    "identifier": "did:web:clouatre.ca"
  },
  "entries": [
    {
      "identifier": "urn:air:clouatre.ca:mcp-server-card",
      "displayName": "MCP server card",
      "type": "application/json",
      "url": "https://clouatre.ca/.well-known/mcp.json",
      "description": "Agent capability declaration for clouatre.ca",
      "representativeQueries": [
        "What tools does clouatre.ca expose to agents?",
        "What is this site about and who maintains it?"
      ]
    },
    {
      "identifier": "urn:air:clouatre.ca:llms-txt",
      "displayName": "llms.txt site index",
      "type": "text/plain",
      "url": "https://clouatre.ca/llms.txt",
      "description": "Machine-readable index of clouatre.ca content and agent endpoints",
      "representativeQueries": [
        "Give me a machine-readable index of clouatre.ca",
        "Summarize what this blog covers for an AI agent"
      ]
    },
    {
      "identifier": "urn:air:clouatre.ca:llms-full-txt",
      "displayName": "llms-full.txt full content feed",
      "type": "text/plain",
      "url": "https://clouatre.ca/llms-full.txt",
      "description": "Full blog content as plain text for LLM ingestion",
      "representativeQueries": [
        "Return the full blog content as plain text for LLM ingestion",
        "What are the most recent posts on clouatre.ca?"
      ]
    },
    {
      "identifier": "urn:air:clouatre.ca:knowledge-graph",
      "displayName": "Knowledge graph",
      "type": "application/json",
      "url": "https://clouatre.ca/knowledge-graph.json",
      "description": "Typed post graph with clusters, citation edges, reading chains, and query hints",
      "representativeQueries": [
        "Which posts discuss AI governance and human oversight?",
        "Find posts related to multi-agent architecture via typed edges",
        "Suggest a reading chain through the site's concept clusters"
      ]
    },
    {
      "identifier": "urn:air:clouatre.ca:agent-skills-index",
      "displayName": "Agent skills index",
      "type": "application/json",
      "url": "https://clouatre.ca/.well-known/agent-skills/index.json",
      "description": "Available tools and skills for AI agents on clouatre.ca",
      "representativeQueries": [
        "What skills can I invoke on clouatre.ca?",
        "How do I search posts via the search_posts skill?"
      ]
    },
    {
      "identifier": "urn:air:clouatre.ca:auth-md",
      "displayName": "auth.md access contract",
      "type": "text/markdown",
      "url": "https://clouatre.ca/auth.md",
      "description": "Self-contained anonymous-access contract for agents",
      "representativeQueries": [
        "Do I need credentials or registration to read clouatre.ca?",
        "What identity types does clouatre.ca support for agents?"
      ]
    }
  ]
}
