{
  "protocolVersion": "0.2.5",
  "name": "Manthan Intelligence — ManthanBot",
  "description": "Agent-callable structured analysis. Submit a document and a multi-persona Analytical Council deliberates — each persona with a different analytical philosophy — then a Synthesis Associate compresses their findings into a structured assessment, backed by a ~99,700-entity knowledge graph. Outputs are decision-support, not regulated investment advice.",
  "url": "https://api.getmanthan.com",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://getmanthan.com/llms.txt",
  "iconUrl": "https://getmanthan.com/favicon.svg",
  "provider": {
    "organization": "Manthan Intelligence",
    "url": "https://getmanthan.com"
  },
  "relatedPages": [
    { "name": "The 1000x Banker", "url": "https://getmanthan.com/1000x-banker", "description": "The agentic operating system for AI-native sell-side advisory across the deal lifecycle." },
    { "name": "Narada", "url": "https://getmanthan.com/narada", "description": "The origination agent — live; design-partner pilot. The live entry point to the 1000x Banker." }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "Bearer API token. Contact hello@getmanthan.com to provision agent access."
    }
  },
  "security": [{ "bearerAuth": [] }],
  "defaultInputModes": ["application/json", "application/pdf", "text/plain"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "structured-analysis",
      "name": "Structured document analysis",
      "description": "Submit a document (e.g. a pitch deck or memo). A multi-persona Analytical Council deliberates and a Synthesis Associate returns a structured assessment with High / Partial / Low Alignment framing. Asynchronous: returns a job id. REST: POST /v1/analyse.",
      "tags": ["analysis", "deliberation", "documents", "synthesis"],
      "inputModes": ["application/json", "application/pdf"],
      "outputModes": ["application/json"],
      "examples": [
        "Analyse this seed-stage pitch deck and return the Analytical Council synthesis.",
        "Run a structured assessment of the attached company memo."
      ]
    },
    {
      "id": "analysis-status",
      "name": "Analysis status",
      "description": "Check the progress of a submitted analysis job. REST: GET /v1/status?job_id=...",
      "tags": ["status", "jobs"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "examples": ["What is the status of job 7f3a..."]
    },
    {
      "id": "analysis-results",
      "name": "Retrieve analysis results",
      "description": "Retrieve the completed structured analysis for a job, including the persona deliberation summary and synthesis. REST: GET /v1/results?job_id=...",
      "tags": ["results", "synthesis"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/markdown"],
      "examples": ["Return the completed assessment for job 7f3a..."]
    },
    {
      "id": "knowledge-graph-query",
      "name": "Knowledge-graph query",
      "description": "Query the ~99,700-entity knowledge graph for companies, investors, relationships, and sector patterns. Supports brief, raw, and semantic (natural-language) formats; results are confidentiality-tier filtered. REST: POST /v1/kg/query.",
      "tags": ["knowledge-graph", "companies", "investors", "semantic-search"],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["application/json"],
      "examples": [
        "Find Indian fintech companies similar to this one.",
        "List known co-investors for this fund."
      ]
    },
    {
      "id": "deal-list",
      "name": "List analysed companies",
      "description": "List companies that have passed through structured analysis. REST: GET /v1/deals.",
      "tags": ["deals", "pipeline"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "examples": ["List the companies analysed this month."]
    }
  ]
}
