plugins marketplace
← All plugins

alation

v1.0.3

Trusted enterprise data context and governance

Codex

by AlationMIT5kupdated 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/alation/ inside the repository.

Layout

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

Manifests1

plugins/alation/.codex-plugin/plugin.json
{
  "name": "alation",
  "version": "1.0.3",
  "description": "Trusted enterprise data context and governance",
  "author": {
    "name": "Alation",
    "url": "https://www.alation.com"
  },
  "homepage": "https://www.alation.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Alation",
    "shortDescription": "Trusted enterprise data context and governance",
    "longDescription": "Alation brings trusted enterprise data context into ChatGPT.\n\nConnect ChatGPT to Alation’s enterprise data catalog, governance, and trusted business context so users can discover, understand, and use data with confidence.\n\nThe Alation Intelligence Operating System (AIOS) helps AI ground responses in trusted enterprise context, including catalog metadata, governance policies, semantic definitions, lineage, data quality, and documentation. The app is designed for enterprise teams that need AI-led data discovery without losing trust, context, or governance.",
    "developerName": "Alation",
    "category": "Data & Analytics",
    "capabilities": [],
    "websiteURL": "https://www.alation.com",
    "defaultPrompt": [
      "Search Alation for data assets related to this metric and summarize owners and definitions.",
      "Find certified Alation tables for this analysis and explain lineage, quality, and caveats.",
      "Review Alation documentation for this dataset and draft a query-ready data brief."
    ],
    "brandColor": "#FF7A1A",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "screenshots": []
  }
}