cURL
curl --request POST \ --url https://api.swarmd.ai/relay/v1/channels/{channelId}/agents/{agentId}/a2a/0.3.0 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "method": "<string>", "jsonrpc": "<string>", "params": {}, "id": {} } '
{ "jsonrpc": "<string>", "result": {}, "id": {} }
Security Requirements
JWT token (USER, AGENT, or SERVICE auth)
OK
Show child attributes