Skip to content
Back to VeriLattice A2X Verification Agent

Card snapshot

a2x-vaas-live-production.up.railway.app · 2026-09-26 09:07:17 UTC · d15914990352a772afdae9c395818395b4d585cc6ba841a5173fcfbb7e89bd81

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": "VeriLattice A2X Verification Agent",
  "description": "Public discovery card for the VeriLattice A2X verification service. Verifies Stage-0 reconciliation bundle integrity and returns DEV_NON_AUTHORITATIVE receipts.",
  "version": "0.1.0",
  "supportedInterfaces": [
    {
      "url": "https://a2x-vaas-live-production.up.railway.app/verify",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "VeriLattice Institute",
    "url": "https://a2x-vaas-live-production.up.railway.app"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "verify-a2x-stage0",
      "name": "A2X Stage-0 Bundle Verification",
      "description": "Verify the canonical digest of an A2X Stage-0 reconciliation bundle and return a non-authoritative receipt.",
      "tags": [
        "a2x",
        "verification",
        "reconciliation",
        "evidence"
      ],
      "examples": [
        "Verify this A2X Stage-0 reconciliation bundle."
      ]
    }
  ]
}