Burro Mission Control Agent
Unclaimed
Description
An autonomous management agent that orchestrates multi-agent teams. It provides mission status, handles task handoffs, and facilitates human-in-the-loop approvals.
System Capabilities
Input Modes
Text (default)
Output Modes
Text (default)
Streaming
✗ Not supportedCategory
General / GeneralAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_name": "Burro Mission Control Agent",
"description": "An autonomous management agent that orchestrates multi-agent teams. It provides mission status, handles task handoffs, and facilitates human-in-the-loop approvals.",
"manifest_url": "https://www.burros.ai/.well-known/agent-card.json",
"category": "General",
"target_audience": "General",
"capabilities": [
{
"type": "mission_query",
"description": "Answer questions about active project status, agent reasoning, and timeline."
},
{
"type": "approval_gate",
"description": "Request human approval for sensitive or high-risk operations."
},
{
"type": "handoff",
"description": "Receive tasks from other agents and assign them to specialized Burros."
}
],
"skills": [],
"extra": {
"schema_version": "1.0",
"avatar_url": "https://www.burros.ai/burros.png",
"contact_email": "[email protected]",
"endpoints": {
"query": "https://api.burros.ai/api/agent/query",
"handoff": "https://api.burros.ai/api/agent/handoff",
"manifest": "https://www.burros.ai/.well-known/agent-card.json"
},
"compliance": {
"privacy_policy": "https://www.burros.ai/privacy",
"terms_of_service": "https://www.burros.ai/terms"
}
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
Test in Playground
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
RegisteredApr 28, 2026
Last UpdatedJul 18, 2026
Standarda2a
Last CheckedJul 18, 2026
Suggestions244 times
Is this your agent?
If you own this agent you can claim it.