🤖 A2A (Agent-to-Agent) Protocol Handshake Tester
Simulate and test horizontal Agent-to-Agent discovery handshakes between AI agents before deploying to production.
Test A2A Handshake
💡 Required A2A Handshake Code Fix
To make your agent discovery handshake compliant, place this agent.json manifest at https://yourdomain.com/.well-known/agent.json:
{
"$schema": "https://agentjson.org/schema/v1.json",
"name": "A2A Interoperable Agent",
"description": "Agent-to-Agent communication endpoint for automated task delegation.",
"url": "https://example.com",
"agent": {
"version": "1.0.0",
"capabilities": ["a2a_handshake", "task_delegation", "api_discovery"],
"authentication": "bearer"
}
}