Heroku logo

Heroku

Heroku is a cloud platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. The Heroku Platform API enables programmatic access to Heroku's features for app deployment, scaling, and management.

1 APIs 16 Features
Application DeploymentCloud PlatformDevOpsPaaS

APIs

Heroku Platform API

The Heroku Platform API enables programmatic access to Heroku's deployment platform, including apps, dynos, add-ons, pipelines, and other platform resources.

Features

Eco Dynos: $5/mo for 1,000 dyno-hours pool (sleeps when idle)
Basic Dyno: $7/mo, never sleeps, 512 MB RAM
Standard-1X: $25/mo, 512 MB RAM, horizontal scaling
Standard-2X: $50/mo, 1 GB RAM
Performance-M/L/XL/2XL: $250-$1,500/mo, dedicated infra
Heroku Postgres Essential: $5-$9/mo (hobby)
Heroku Postgres Standard: $50-$200/mo (production)
Heroku Postgres Premium: $200-$350/mo (HA)
Heroku Key-Value Store (Redis-compatible): $3-$120/mo
Platform API: 4,500 req/hr/token rate limit
Buildpacks for languages (Node, Ruby, Python, Java, Go, etc.)
Heroku Connect for Salesforce sync (separate)
Heroku Add-ons marketplace
Pipelines for staging→production promotion
Review apps for PR previews
Salesforce-owned with Salesforce integration

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
📝
SignUp
SignUp
🔗
Login
Login
🟢
StatusPage
StatusPage
📰
Blog
Blog
💬
Support
Support
💰
Pricing
Pricing
👥
GitHubOrganization
GitHubOrganization
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
LLMsTxt
LLMsTxt

Sources

Raw ↑
aid: heroku
name: Heroku
description: >-
  Heroku is a cloud platform as a service (PaaS) that enables developers to build, run, and operate applications
  entirely in the cloud. The Heroku Platform API enables programmatic access to Heroku's features for app deployment,
  scaling, and management.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
  - Application Deployment
  - Cloud Platform
  - DevOps
  - PaaS
url: https://raw.githubusercontent.com/api-evangelist/heroku/refs/heads/main/apis.yml
created: '2025-02-08'
modified: '2026-05-30'
specificationVersion: '0.19'
apis:
  - aid: heroku:heroku-platform-api
    name: Heroku Platform API
    description: >-
      The Heroku Platform API enables programmatic access to Heroku's deployment platform, including apps, dynos,
      add-ons, pipelines, and other platform resources.
    humanURL: https://devcenter.heroku.com/articles/platform-api-reference
    baseURL: https://api.heroku.com
    tags:
      - Deployment
      - PaaS
      - REST
    properties:
      - type: Documentation
        url: https://devcenter.heroku.com/articles/platform-api-reference
      - type: OpenAPI
        url: https://raw.githubusercontent.com/api-evangelist/heroku/refs/heads/main/openapi/heroku-platform-api.yml
      - type: AsyncAPI
        url: >-
          https://raw.githubusercontent.com/api-evangelist/heroku/refs/heads/main/openapi/heroku-app-webhooks-asyncapi.yml
      - type: GettingStarted
        url: https://devcenter.heroku.com/articles/platform-api-quickstart
      - type: Authentication
        url: https://devcenter.heroku.com/articles/platform-api-reference#authentication
common:
  - type: LinkedIn
    url: https://www.linkedin.com/company/heroku
  - type: Portal
    url: https://devcenter.heroku.com/
  - type: Website
    url: https://www.heroku.com/
  - type: GettingStarted
    url: https://devcenter.heroku.com/start
  - type: Documentation
    url: https://devcenter.heroku.com/
  - type: SignUp
    url: https://signup.heroku.com/
  - type: Login
    url: https://id.heroku.com/login
  - type: StatusPage
    url: https://status.heroku.com/
  - type: Blog
    url: https://blog.heroku.com/
  - type: Support
    url: https://help.heroku.com/
  - type: Pricing
    url: https://www.heroku.com/pricing
  - type: GitHubOrganization
    url: https://github.com/heroku
  - type: TermsOfService
    url: https://www.heroku.com/policy/tos
  - type: PrivacyPolicy
    url: https://www.heroku.com/policy/privacy
  - type: Features
    data:
      - 'Eco Dynos: $5/mo for 1,000 dyno-hours pool (sleeps when idle)'
      - 'Basic Dyno: $7/mo, never sleeps, 512 MB RAM'
      - 'Standard-1X: $25/mo, 512 MB RAM, horizontal scaling'
      - 'Standard-2X: $50/mo, 1 GB RAM'
      - 'Performance-M/L/XL/2XL: $250-$1,500/mo, dedicated infra'
      - 'Heroku Postgres Essential: $5-$9/mo (hobby)'
      - 'Heroku Postgres Standard: $50-$200/mo (production)'
      - 'Heroku Postgres Premium: $200-$350/mo (HA)'
      - 'Heroku Key-Value Store (Redis-compatible): $3-$120/mo'
      - 'Platform API: 4,500 req/hr/token rate limit'
      - Buildpacks for languages (Node, Ruby, Python, Java, Go, etc.)
      - Heroku Connect for Salesforce sync (separate)
      - Heroku Add-ons marketplace
      - Pipelines for staging→production promotion
      - Review apps for PR previews
      - Salesforce-owned with Salesforce integration
    sources:
      - https://www.heroku.com/pricing
    updated: '2026-05-04'
  - type: LLMsTxt
    url: https://heroku.com/llms.txt
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com