AgentBin Spec Agent
agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io
A2A v1.0 spec compliance test agent. Exercises all interaction patterns for client validation.
agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 61/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 09:10:13 current | 2f949d251741… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/spec/.well-known/agent-card.json |
Skills · 8 declared · mapped to canonical taxonomy
Stateless message send/receive — no task created.
Full task state machine: submitted → working → completed with artifact.
Task that transitions to failed state with error message.
Task that stays working and waits to be canceled via tasks/cancel.
Multi-turn conversation using input-required state. Say 'done' to complete.
Streams multiple status updates and artifact chunks via SSE.
Simulates a long-running task with periodic status updates over ~10 seconds.
Returns mixed content: text, structured JSON, file (SVG), and multi-part artifacts.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io) [](https://agenstry.com/agents/agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io) [](https://agenstry.com/agents/agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io) [](https://agenstry.com/agents/agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "AgentBin Spec Agent",
"description": "A2A v1.0 spec compliance test agent. Exercises all interaction patterns for client validation.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/spec",
"protocolBinding": "JSONRPC",
"tenant": "",
"protocolVersion": "1.0"
},
{
"url": "https://agentbin.greensmoke-1163cb63.eastus.azurecontainerapps.io/spec",
"protocolBinding": "HTTP+JSON",
"tenant": "",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extendedAgentCard": true
},
"skills": [
{
"id": "message-only",
"name": "Message Only",
"description": "Stateless message send/receive \u2014 no task created.",
"tags": [
"message",
"stateless"
],
"examples": [
"message-only hello world"
]
},
{
"id": "task-lifecycle",
"name": "Task Lifecycle",
"description": "Full task state machine: submitted \u2192 working \u2192 completed with artifact.",
"tags": [
"task",
"lifecycle",
"artifact"
],
"examples": [
"task-lifecycle process this"
]
},
{
"id": "task-failure",
"name": "Task Failure",
"description": "Task that transitions to failed state with error message.",
"tags": [
"task",
"failure",
"error"
],
"examples": [
"task-failure trigger error"
]
},
{
"id": "task-cancel",
"name": "Task Cancel",
"description": "Task that stays working and waits to be canceled via tasks/cancel.",
"tags": [
"task",
"cancel"
],
"examples": [
"task-cancel start"
]
},
{
"id": "multi-turn",
"name": "Multi-Turn",
"description": "Multi-turn conversation using input-required state. Say 'done' to complete.",
"tags": [
"multi-turn",
"input-required",
"conversation"
],
"examples": [
"multi-turn start conversation"
]
},
{
"id": "streaming",
"name": "Streaming",
"description": "Streams multiple status updates and artifact chunks via SSE.",
"tags": [
"streaming",
"sse",
"chunks"
],
"examples": [
"streaming generate output"
]
},
{
"id": "long-running",
"name": "Long Running",
"description": "Simulates a long-running task with periodic status updates over ~10 seconds.",
"tags": [
"long-running",
"periodic",
"polling"
],
"examples": [
"long-running start process"
]
},
{
"id": "data-types",
"name": "Data Types",
"description": "Returns mixed content: text, structured JSON, file (SVG), and multi-part artifacts.",
"tags": [
"data-types",
"json",
"file",
"multi-part"
],
"examples": [
"data-types show all"
]
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"image/svg+xml"
],
"securitySchemes": {
"bearer_token": {
"httpAuthSecurityScheme": {
"description": "Bearer token authentication. Use token: agentbin-test-token",
"scheme": "bearer"
}
}
},
"securityRequirements": [
{
"schemes": {
"bearer_token": {
"list": []
}
}
}
]
}