cURL
curl --request GET \ --url http://localhost:3001/api/v1/identity/agent-card \ --cookie nut-session=
{ "success": true, "data": { "agentCard": { "name": "<string>", "description": "<string>", "url": "<string>", "version": "<string>", "capabilities": { "streaming": true, "pushNotifications": true, "stateTransitionHistory": true }, "skills": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] } } }
Retrieve the agent card (A2A identity)
Session cookie authentication
Agent card
Show child attributes