{
  "specVersion": "1.0",
  "host": {
    "identifier": "did:web:darknetian.com",
    "displayName": "darknetian"
  },
  "entries": [
    {
      "identifier": "urn:ai:darknetian.com:agent:bookings:a2a",
      "displayName": "Bookings (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://bookings.darknetian.com/.well-known/agent-card.json",
      "description": "Schedule a meeting with Nic via A2A. Replies by emailing a calendar invite; Nic accepts in his own mail client.",
      "tags": [
        "scheduling",
        "a2a",
        "calendar",
        "human-in-the-loop"
      ],
      "representativeQueries": [
        "book 30 minutes with Nic",
        "schedule a call about DNS-AID",
        "find time next Tuesday afternoon",
        "set up a meeting on darknetian.com"
      ],
      "version": "1.0.0",
      "publisher": {
        "identifier": "did:web:darknetian.com",
        "displayName": "darknetian"
      },
      "trustManifest": {
        "identity": "urn:ai:darknetian.com:agent:bookings",
        "attestations": []
      }
    },
    {
      "identifier": "urn:ai:darknetian.com:agent:bookings:mcp",
      "displayName": "Bookings (MCP)",
      "type": "application/mcp-server+json",
      "url": "https://bookings.darknetian.com/.well-known/mcp/server-card.json",
      "description": "Same bookings agent, exposed as an MCP server. Tools: list_available_slots, propose_meeting.",
      "tags": [
        "scheduling",
        "mcp",
        "calendar"
      ],
      "representativeQueries": [
        "list available booking slots for Nic",
        "propose a meeting time with darknetian"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:ai:darknetian.com:agent:bookings:https",
      "displayName": "Bookings (plain HTTPS)",
      "type": "application/openapi+yaml",
      "url": "https://bookings.darknetian.com/openapi.yaml",
      "description": "Single-shot JSON endpoint for non-A2A, non-MCP clients: POST /ask with a message, get a reply.",
      "tags": [
        "scheduling",
        "https",
        "openapi"
      ],
      "representativeQueries": [
        "book a meeting with Nic via plain HTTPS"
      ],
      "version": "1.0.0"
    }
  ]
}
