Skip to content
Back to AgentBin Spec Agent

Card snapshot

agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io · 2026-06-19 19:29:18 UTC · ef19b2705c90d4ebdd7ecf742709de724ee1893e0b4ee01d3787a7c06c22cace

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": "Echo Agent",
  "description": "A simple echo agent that returns your message. Use this to verify basic A2A connectivity.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/echo",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/echo",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "echo",
      "name": "Echo",
      "description": "Echoes back the user message.",
      "tags": [
        "echo",
        "test"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ]
}