Skip to content
Back to AgentBin Spec Agent

Card snapshot

agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io · 2026-06-25 01:07:21 UTC · a1c90b28401da537aff35f613f40d307754ceb00ba86c9d376c78d2dcc53f92a

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": "AgentBin Spec Agent (v0.3)",
  "description": "A2A v0.3 spec compliance test agent. Tests SDK backward compatibility with v0.3 protocol.",
  "version": "1.0.0",
  "url": "https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/spec03",
  "protocolVersion": "0.3.0",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "image/svg+xml"
  ],
  "capabilities": {
    "supportsStreaming": true,
    "supportsPushNotifications": false
  },
  "skills": [
    {
      "id": "message-only",
      "name": "Message Only",
      "description": "Stateless message send/receive.",
      "tags": [
        "message"
      ],
      "examples": [
        "message-only hello"
      ]
    },
    {
      "id": "task-lifecycle",
      "name": "Task Lifecycle",
      "description": "Full task state machine.",
      "tags": [
        "task"
      ],
      "examples": [
        "task-lifecycle process"
      ]
    },
    {
      "id": "task-failure",
      "name": "Task Failure",
      "description": "Task transitions to failed.",
      "tags": [
        "task"
      ],
      "examples": [
        "task-failure trigger"
      ]
    },
    {
      "id": "streaming",
      "name": "Streaming",
      "description": "SSE streaming.",
      "tags": [
        "streaming"
      ],
      "examples": [
        "streaming generate"
      ]
    }
  ]
}