Welcome to the New BigPanda API Documentation
Authorization: Bearer ********************curl --location 'https://api.biggy.io/.well-known/agent-card.json?assistant_id=biggy-agent' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"assistant_id": "biggy-agent",
"name": "Biggy Agent",
"description": "Biggy Alpha agent exposed via the A2A protocol.",
"input_modes": "text",
"output_modes": "text",
"skills": {
"name": "general-aiops-qa",
"description": "General IT ops Q&A"
},
"a2a_endpoint": "/a2a/biggy-agent"
}
}