Card snapshot
a2a.motherbrain.app
·
2026-07-24 02:12:33 UTC
·
58280655bfc9177768273e5e236b5d5795ae7f1aadb0377e396547bd9a15c0c3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Mother",
"description": "An AI assistant powered by Mother Brain. Configure your Sub-Agent identity in settings to customize.",
"version": "1.0.0",
"documentationUrl": "",
"iconUrl": "",
"provider": {
"organization": "",
"url": ""
},
"supportedInterfaces": [
{
"url": "",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extendedAgentCard": false
},
"securitySchemes": {
"bearer": {
"httpAuthSecurityScheme": {
"scheme": "bearer"
}
}
},
"security": [
{
"bearer": []
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "general",
"name": "General Assistance",
"description": "Answer questions and provide helpful guidance",
"tags": [
"general",
"support"
],
"examples": [
"How can you help me?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"url": "https://a2a.motherbrain.app"
}