Skip to content
Back to docuScan

Card snapshot

docu-scan.spocont.com · 2026-09-04 04:41:40 UTC · 4b7c65f29db7797c48e2050d8f25814143542fe953c9d2bfe8a443ee9cc0072c

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": "docuScan",
  "description": "PDF and document extraction via Google Document AI. Extract structured values from invoices, leases, bonds, contracts.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://a2a.docu-scan.spocont.com",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://docu-scan.spocont.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "skills": [
    {
      "id": "docu_scan_extract",
      "name": "docu_scan_extract",
      "description": "docuScan tool: docu_scan_extract"
    },
    {
      "id": "docu_scan_status",
      "name": "docu_scan_status",
      "description": "docuScan tool: docu_scan_status"
    }
  ],
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "bearerFormat": "JWT",
        "description": "Bearer token from https://docu-scan.spocont.com/access"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearer": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "registry": "https://a2a-registry.spocont.com"
}