Skip to content

Instantly share code, notes, and snippets.

@lujainkhalil
Created June 3, 2026 20:01
Show Gist options
  • Select an option

  • Save lujainkhalil/a2819a2e482bf6f6d8fce9198b8dc361 to your computer and use it in GitHub Desktop.

Select an option

Save lujainkhalil/a2819a2e482bf6f6d8fce9198b8dc361 to your computer and use it in GitHub Desktop.
{
"name": "test-card-agent",
"description": "A test agent with A2A card",
"url": "https://agentis-id.vercel.app",
"version": "1.0.0",
"capabilities": [
{
"id": "invoices:read",
"description": "Read and list invoices"
},
{
"id": "payments:write",
"description": "Process payments"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment