Skip to content
Back to Mother

Card snapshot

a2a.motherbrain.app · 2026-08-14 07:19:08 UTC · 6ddf2475a0ee4b75a6a4a9745dfb49457ddae2a6f77afc00daa18ce4fbd292fb

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": "AI Assistant for Mother Brain",
  "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"
      ]
    }
  ],
  "url": "https://a2a.motherbrain.app"
}