plugins marketplace
← All plugins

hebbia

v1.0.3

Institutional research and financial workflows

Codex

by HebbiaMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hebbia/ inside the repository.

Layout

plugins/hebbia/
└── .codex-plugin/plugin.json

Manifests1

plugins/hebbia/.codex-plugin/plugin.json
{
  "name": "hebbia",
  "version": "1.0.3",
  "description": "Institutional research and financial workflows",
  "author": {
    "name": "Hebbia",
    "url": "https://www.hebbia.ai"
  },
  "homepage": "https://www.hebbia.ai",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Hebbia",
    "shortDescription": "Institutional research and financial workflows",
    "longDescription": "Bring Hebbia's institutional intelligence into ChatGPT and Codex. The Hebbia MCP server lets you tap into your firm's knowledge and premium public to make better decisions on deals and investments and run financial workflows from research to reports, slides, and financial models.",
    "developerName": "Hebbia",
    "category": "Business & Operations",
    "capabilities": [],
    "websiteURL": "https://www.hebbia.ai",
    "defaultPrompt": [
      "Search Hebbia projects for documents about this deal and summarize key findings.",
      "Analyze this document set in Hebbia and extract risks, obligations, and open questions.",
      "Find Hebbia answers with citations for this research question and flag evidence gaps."
    ],
    "brandColor": "#4657F5",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}