Card snapshot
a2a.motherbrain.app
·
2026-08-04 18:17:02 UTC
·
b3d339856b3a108e970ebedf871db34d0637b0061487134b3990f01edaaa7a76
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": "A2A Agent Support for MotherBrain.app website and in-app support chat",
"version": "1.0.0",
"documentationUrl": "",
"iconUrl": "",
"provider": {
"organization": "motherbrain.app",
"url": "https://a2a.motherbrain.app"
},
"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": "product-info",
"name": "Product Information",
"description": "Answer questions about Mother Brain features, pricing, licensing",
"tags": [
"product",
"pricing"
],
"examples": [
"What is Mother Brain?",
"How much does it cost?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "technical-support",
"name": "Technical Support",
"description": "Help with installation, configuration, deployment",
"tags": [
"support",
"technical"
],
"examples": [
"How do I install?",
"My deployment failed"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "developer-onboarding",
"name": "Developer Onboarding",
"description": "Getting started with Mother Brain APIs and integrations",
"tags": [
"api",
"developer",
"onboarding"
],
"examples": [
"How do I use the API?",
"Show me an integration example"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "knowledge-base",
"name": "Knowledge Base",
"description": "Search project documentation, memories, and code",
"tags": [
"search",
"knowledge",
"docs"
],
"examples": [
"Find documentation about deployments",
"What does the codebase say about auth?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "general-support",
"name": "General Support",
"description": "Answer general questions and provide helpful guidance",
"tags": [
"general",
"support"
],
"examples": [
"How can you help me?",
"What can you do?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
],
"url": "https://a2a.motherbrain.app"
}