{
  "protocolVersion": "0.3.0",
  "name": "Fume Documentation Agent",
  "description": "Answers questions about Fume — AI agents for fund operations, fund tokenization, OmniClear and the public API — from Fume's own published documentation, and cites the page each answer came from.",
  "url": "https://www.fume.finance/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "FumeX AG",
    "url": "https://www.fume.finance"
  },
  "documentationUrl": "https://www.fume.finance/docs/developers/agent-access",
  "iconUrl": "https://www.fume.finance/favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-fume-docs",
      "name": "Answer questions from Fume's documentation",
      "description": "Searches Fume's published documentation — AI agents for fund operations, the tokenization whitepaper and user guides, OmniClear, security and the public API — and returns the passages that answer the question with the URL of each page they came from. Retrieval, not generation: the answer is the pages, ranked.",
      "tags": [
        "documentation",
        "search",
        "funds",
        "tokenization",
        "faq"
      ],
      "examples": [
        "How does Fume calculate NAV for a tokenized fund?",
        "What does Fume's tokenization engine do?",
        "Do I need an API key to read the tokenized fund registry?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://www.fume.finance/a2a",
      "transport": "JSONRPC"
    }
  ],
  "_meta": {
    "finance.fume/openapi": "https://www.fume.finance/openapi.json",
    "finance.fume/api-docs": "https://www.fume.finance/docs/developers/api-reference",
    "finance.fume/mcp": "https://www.fume.finance/.well-known/mcp.json",
    "finance.fume/catalog": "https://www.fume.finance/.well-known/ai-catalog.json"
  }
}