{
  "id": "finops-cloud-price-advisor-agent",
  "name": "FinOps Cloud Price Advisor",
  "type": "agent",
  "provider": "multi-cloud",
  "harnesses": [
    "codex",
    "copilot",
    "claude-code",
    "cursor",
    "gemini",
    "kiro"
  ],
  "summary": "Fetch live public prices from AWS, Azure, OCI, Scaleway, Gandi, Alibaba Cloud, and Tencent Cloud pricing APIs and produce cost estimates for live environments or planned prototypes. Currency defaults to USD; other currencies on request. No cloud credentials required for public APIs.",
  "source_type": "original",
  "provider_coverage": ["aws", "azure", "oci", "scaleway", "gandi", "alibaba", "tencent"],
  "official_docs": [
    "https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html",
    "https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices",
    "https://docs.oracle.com/en-us/iaas/Content/Billing/Concepts/costanalysisoverview.htm",
    "https://aws.amazon.com/pricing/",
    "https://azure.microsoft.com/en-us/pricing/calculator/",
    "https://www.oracle.com/cloud/price-list.html",
    "https://developer.scaleway.com/en/products/billing/api/",
    "https://www.scaleway.com/en/pricing/",
    "https://www.gandi.net/domain/pricing",
    "https://www.alibabacloud.com/cloud-computing/pricing",
    "https://cloud.tencent.com/product/cvm/pricing"
  ],
  "security_notes": "AWS, Azure, and OCI pricing APIs are public and unauthenticated. Scaleway beta billing API requires a user-provided IAM token; if not supplied, fall back to the public pricing page. Gandi pricing requires a user-provided API key (never stored or logged). Alibaba Cloud and Tencent Cloud pricing is retrieved via official documentation and scrape-based fallback — no credentials required. Never request or accept cloud credentials, billing account IDs, cost export access, or tenant-specific data beyond what is strictly needed.",
  "last_verified": "2026-05-13",
  "path": "agents/finops/finops-cloud-price-advisor-agent",
  "author": "github: VincentChuWaiChow",
  "version": "0.2.1",
  "companion_skills": ["finops-cloud-price-advisor"],
  "execution_tier": "read-only-runtime",
  "lifecycle": "experimental",
  "harness_variants": {
    "codex": "agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml",
    "claude-code": "agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md",
    "copilot": "agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md",
    "cursor": "agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md",
    "gemini": "agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md",
    "kiro-ide": "agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md",
    "kiro-cli": "agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json"
  }
}
