curl --request GET \
--url http://localhost:3000/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)
curl --request GET \
--url http://localhost:3000/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>"
}
]
}
}
}Session cookie authentication
Agent card
Show child attributes
Show child attributes
Agent name
Agent description
Agent URL
Agent version