Card snapshot
a2a.motherbrain.app
·
2026-08-24 18:49:41 UTC
·
be6c5ad595c49b957959d57c3666aa676e580287ced38e521f22bec95b3833f8
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": "Mother is the AI support agent for Mother Brain \u2014 she lives on the website chat and inside the app, answering questions about every feature, doc, and page. She remembers every conversation, so returning visitors and users always pick up right where they left off.",
"version": "1.0.0",
"documentationUrl": "",
"iconUrl": "",
"provider": {
"organization": "Mother Brain",
"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"
]
},
{
"id": "conversation-recall",
"name": "Conversation Recall",
"description": "Remembers and references past conversations to provide continuity for returning visitors and users.",
"tags": [
"memory",
"context",
"continuity"
],
"examples": [
"What did we discuss last time about my project setup?",
"Pick up where we left off yesterday with the API integration."
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "feature-walkthrough",
"name": "Feature Walkthrough",
"description": "Guides users step-by-step through specific Mother Brain features, pages, and workflows.",
"tags": [
"tutorial",
"guidance",
"features"
],
"examples": [
"Walk me through setting up a new ROM for my documentation.",
"How do I use the vector search feature in my project?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "project-troubleshooting",
"name": "Project Troubleshooting",
"description": "Diagnoses and resolves issues users encounter within their Mother Brain projects and configurations.",
"tags": [
"debugging",
"errors",
"fixes"
],
"examples": [
"My gateway sync is failing with a 403 error, what's wrong?",
"Search results aren't returning anything from my new codebase."
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "getting-started",
"name": "Getting Started",
"description": "Helps new users quickly understand what Mother Brain is, how it works, and how to create their first project.",
"tags": [
"onboarding",
"setup",
"quickstart"
],
"examples": [
"I just signed up \u2014 what should I do first?",
"How do I connect my existing codebase to Mother Brain?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "documentation-lookup",
"name": "Documentation Lookup",
"description": "Finds and explains specific documentation pages, config options, and reference material from the Mother Brain docs.",
"tags": [
"docs",
"reference",
"search"
],
"examples": [
"Where can I find the docs on gateway authentication?",
"What are the supported ROM formats and their configuration options?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
],
"url": "https://a2a.motherbrain.app"
}