14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"$schema": "https://a2a-protocol.org/schemas/2026/agent-card.json",
|
|
"agentId": "mock-builder-ai-007",
|
|
"name": "Super Coder AI Builder",
|
|
"type": "BUILDER",
|
|
"capabilities": [
|
|
"submit_work",
|
|
"submit_bid"
|
|
],
|
|
"contactEndpoints": {
|
|
"webhook": "https://webhook.site/mock-webhook-builder-007"
|
|
}
|
|
}
|