scale_formation
Scale Formation
View or scale dyno formations for a Heroku app. List current formation to see process types, quantities, and sizes, or scale by updating quantity and size per process type.
scale_formation
View or scale dyno formations for a Heroku app. List current formation to see process types, quantities, and sizes, or scale by updating quantity and size per process type.
manage_collaborators
List, add, or remove collaborators who have access to a Heroku app. Collaborators can deploy and manage the app based on their permissions.
list_apps
List all Heroku applications accessible to the authenticated user. Returns app names, regions, stacks, URLs, and ownership details.
get_account
Retrieve the authenticated user's Heroku account details including email, verification status, and two-factor authentication status.
update_app
Update a Heroku application's settings. Can rename the app, toggle maintenance mode, or change the build stack.
create_app
Create a new Heroku application. Optionally specify a name, region, and stack. If no name is provided, Heroku generates one automatically.
delete_app
Permanently delete a Heroku application. This action is irreversible and removes all associated resources including add-ons, dynos, and config vars.
manage_addons
List, provision, update, or remove add-on services for a Heroku app. Use **action** to specify the operation: - `list`: List all add-ons for an app (or all add-ons across apps). - `get`: Get details of a specific add-on. - `create`: Provision a new add-on for an app. - `update`: Change plan or name of an existing add-on. - `delete`: Remove an add-on from an app.
manage_dynos
List running dynos, run one-off dynos, or restart dynos for a Heroku app. Use **action** to specify the operation: - `list`: List all running dynos. - `run`: Run a one-off dyno with a command (e.g., `bash`, `rails console`). - `restart`: Restart a specific dyno or all dynos.
manage_log_drains
List, add, or remove log drains for a Heroku app. Log drains forward application logs to external services like Papertrail, Datadog, or custom syslog endpoints.
manage_releases
List releases, get release details, or rollback to a previous release for a Heroku app. Releases track each deployment and config change, allowing you to roll back if needed.
get_app
Retrieve detailed information about a specific Heroku app by its name or ID. Returns full app configuration including region, stack, URLs, maintenance status, and ownership.
manage_config_vars
Read or update environment configuration variables for a Heroku app. Config vars are used to store credentials, API keys, database URLs, and other environment-specific settings. Requires **read-protected** or **write-protected** OAuth scopes.
manage_builds
List, get, or create builds for a Heroku app. Builds compile source code into slugs that can be deployed as releases. Use this for non-interactive CI/CD workflows.
manage_pipelines
Manage Heroku Pipelines for continuous delivery workflows. List, create, update, or delete pipelines, manage pipeline couplings that link apps to stages, and promote releases between pipeline apps.
manage_domains
List, add, or remove custom domains for a Heroku app. Custom domains allow users to access apps via their own domain names instead of the default `.herokuapp.com` domain.
create_log_session
Create a temporary Heroku Logplex session URL for streaming recent or live app logs. Use this to inspect runtime output without configuring a persistent log drain.
manage_buildpacks
List, replace, or clear buildpack installations for a Heroku app. Buildpack order determines how Heroku compiles source code during builds.
Deploy, manage, and scale applications on Heroku's cloud platform. Create and configure apps, scale dynos, provision add-ons (databases, caching, etc.), manage configuration variables, build and release code, add custom domains and SSL certificates, manage collaborators and team permissions, configure pipelines for continuous delivery, set up log drains, and sync data with Salesforce via Heroku Connect. Subscribe to webhooks for real-time notifications on app changes, builds, releases, dyno lifecycle events, and more.
Common questions about connecting Heroku to AI agents with Metorial.