plugins marketplace
← All plugins

vantage

v1.0.2

Vantage is a cloud observability and optimization platform that aggregates cloud infrastructure costs acros...

Codex

by VantageMIT5kupdated 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/vantage/ inside the repository.

Layout

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

Manifests1

plugins/vantage/.codex-plugin/plugin.json
{
  "name": "vantage",
  "version": "1.0.2",
  "description": "Vantage is a cloud observability and optimization platform that aggregates cloud infrastructure costs acros...",
  "author": {
    "name": "Vantage",
    "url": "https://www.vantage.sh"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Vantage",
    "shortDescription": "Vantage is a cloud observability and optimization platform that aggregates cloud infrastructure costs acros...",
    "longDescription": "Vantage is a cloud observability and optimization platform that aggregates cloud infrastructure costs across providers to deliver a centralized view into total cloud spend. Vantage has multiple tools for optimizing cloud spend and provides organizations with advanced FinOps workflows and cost governance.",
    "developerName": "Vantage",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": [
      "Summarize the current cloud cost picture in Vantage"
    ],
    "screenshots": [],
    "websiteURL": "https://www.vantage.sh",
    "privacyPolicyURL": "https://www.vantage.sh/legal/privacy-policy",
    "termsOfServiceURL": "https://www.vantage.sh/legal/service-agreement",
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png"
  },
  "homepage": "https://www.vantage.sh"
}