Skip to content
Back to Dispatch

Card snapshot

agent-workspace.builder.io · 2026-06-05 11:42:11 UTC · 78574ce463f8cc22a3763531c7c387f565447812bfcd0c1c995d51ba493470fb

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": "Dispatch",
  "description": "Agent-native dispatch agent",
  "url": "https://agent-workspace.builder.io/dispatch/_agent-native/a2a",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [],
  "securitySchemes": {
    "jwtBearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT"
    }
  },
  "security": [
    {
      "jwtBearer": []
    }
  ]
}