Infracost website screenshot

Infracost

Infracost is a cloud cost estimation tool for Terraform that shows infrastructure cost breakdowns and diffs directly in pull requests. Infracost provides an API for programmatic access to cloud pricing data and cost estimates.

1 APIs 0 Features
Cloud CostFinOpsInfrastructureTerraform

APIs

Infracost Cloud Pricing API

The Infracost Cloud Pricing API provides programmatic access to cloud pricing data for infrastructure cost estimation. It powers the Infracost CLI and CI/CD integrations for sho...

Agent Skills

iac-generation

AGENT SKILL

infracost-scan

AGENT SKILL

infracost

AGENT SKILL

Collections

Pricing Plans

Infracost Plans Pricing

3 plans

PLANS

Rate Limits

Infracost Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization
💬
Support
Support
🔗
AgentSkills
AgentSkills

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Infracost Cloud Pricing API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Generate Cost Breakdown
    type: http
  http:
    method: POST
    url: https://pricing.api.infracost.io/breakdown
    body:
      type: multipart-form
      data:
      - name: path
        type: text
        value: ''
      - name: usage-file
        type: text
        value: ''
      - name: format
        type: text
        value: ''
      - name: fields
        type: text
        value: ''
      - name: show-skipped
        type: text
        value: ''
      - name: no-color
        type: text
        value: ''
  docs: Generates a detailed cost breakdown for a Terraform plan JSON file, returning resource-level monthly and hourly costs.
    Output formats include table, JSON, and HTML.
- info:
    name: Generate Cost Diff
    type: http
  http:
    method: POST
    url: https://pricing.api.infracost.io/diff
    body:
      type: multipart-form
      data:
      - name: path
        type: text
        value: ''
      - name: usage-file
        type: text
        value: ''
      - name: show-skipped
        type: text
        value: ''
      - name: no-color
        type: text
        value: ''
  docs: Generates a git-style diff that shows cost changes between current and planned infrastructure states for a Terraform
    plan JSON file.
bundled: true