Skip to content
Back to Xavio Commerce Agent

Card snapshot

xavio.in · 2026-06-11 21:47:50 UTC · f36fc1d388f9d0c051280b18eb811ffa0a329713a6e051608f91468661885d36

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.

{
  "protocolVersion": "0.3.0",
  "name": "Xavio Commerce Agent",
  "description": "Discover and transact Xavio merchant catalogs (products, services, bookings). Supports UCP catalog discovery and AP2 merchant-side CartMandates on Indian rails (INR).",
  "url": "https://xavio.in/api/ucp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Xavio",
    "url": "https://xavio.in"
  },
  "version": "1.0.0",
  "documentationUrl": "https://xavio.in/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "Agent Payments Protocol \u2014 Xavio acts as the Merchant role and issues CartMandates.",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ],
          "cart_mandate_endpoint": "https://xavio.in/api/ap2/cart-mandate",
          "payment_methods": [
            "card",
            "upi",
            "netbanking",
            "wallet"
          ],
          "currencies": [
            "INR"
          ],
          "merchant_of_record": "xavio"
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "catalog_search",
      "name": "Search catalog",
      "description": "Search the public Xavio catalog for products by query, category, or price.",
      "tags": [
        "commerce",
        "catalog",
        "discovery",
        "ucp"
      ],
      "examples": [
        "Find running shoes under 3000 INR",
        "Show me handmade jewelry"
      ]
    },
    {
      "id": "cart_mandate",
      "name": "Build cart mandate",
      "description": "Produce an AP2 CartMandate (W3C PaymentRequest) for a set of catalog items.",
      "tags": [
        "commerce",
        "payments",
        "ap2",
        "checkout"
      ],
      "examples": [
        "Create a cart for 2 of product X and quote the total"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://xavio.in/.well-known/ucp"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://xavio.in/api/ucp/manifest"
    },
    {
      "transport": "MCP",
      "url": "https://xavio.in/api/mcp/storefront"
    }
  ]
}