Skip to content
Back to XGuard

Card snapshot

xguardgate.com · 2026-08-18 01:04:33 UTC · 1276f3f2968a4272c73b2c2e2182f1b1747a8e03577fb08d7a3863b6616d8802

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": "XGuard",
  "description": "Economic safety, payment discovery, verification, settlement and universal execution gateway for autonomous agents.",
  "version": "1.0.0",
  "provider": {
    "organization": "XGuard",
    "url": "https://github.com/moelayyan90/XGuard"
  },
  "supportedInterfaces": [
    {
      "url": "https://xguardgate.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://xguardgate.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "payments",
      "name": "Discover and fund XGuard",
      "description": "Payment manifest, registration, balance and top-up."
    },
    {
      "id": "x402",
      "name": "Verify and settle x402",
      "description": "Authenticated x402 verify and settle through structured A2A actions."
    },
    {
      "id": "operations",
      "name": "Inspect XGuard",
      "description": "Status, capabilities, quotes and security inspection."
    }
  ]
}