Skip to content
Back to Aurinia XO

Card snapshot

auriniaxo.com · 2026-08-31 03:46:17 UTC · 6f10c560b781e069f2a9d4db7213ceb5fd866e6a170c8427d2117e4d9fa73408

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Aurinia XO",
  "description": "Book a hostel bed in Kamianets-Podilskyi via an AI agent \u2014 check availability and reserve.",
  "url": "https://auriniaxo.com/mcp",
  "version": "0.1.2",
  "capabilities": {
    "streaming": true
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "search-availability",
      "name": "Check availability",
      "description": "Show free beds and prices for given dates.",
      "tags": [
        "booking",
        "hostel"
      ]
    },
    {
      "id": "book",
      "name": "Book beds",
      "description": "Reserve beds for a date range.",
      "tags": [
        "booking",
        "hostel"
      ]
    }
  ]
}