{
  "schema_version": "1.0",
  "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.",
  "avatar_url": "https://www.burros.ai/burros.png",
  "contact_email": "ops@burros.ai",
  "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."
    }
  ],
  "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"
  }
}
