Skip to content
Back to Docs.tofuhq.com AI Agent

Card snapshot

docs.tofuhq.com · 2026-08-23 23:48:18 UTC · d37981a013ceb918ac42cdef7fbe964ed2cb0574e9675df27afc6a86ef1295e7

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": "Docs.tofuhq.com AI Agent",
  "description": "Dedicated AI assistant for docs.tofuhq.com - providing personalized support and insights from the knowledge base",
  "version": "1.0.0",
  "protocolVersion": "1.0.0",
  "url": "https://docs.tofuhq.com/a2a/v1",
  "preferredTransport": "JSONRPC",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "ask",
      "name": "Ask",
      "description": "Ask questions about the knowledge base and get intelligent responses",
      "tags": [
        "ask",
        "knowledge",
        "assistant",
        "docs.tofuhq.com"
      ],
      "examples": [
        "What information do you have about our products?",
        "Can you help me understand this topic?",
        "What are the latest updates?"
      ]
    }
  ],
  "provider": {
    "organization": "Docs.tofuhq.com Team",
    "url": "https://docs.tofuhq.com"
  }
}