Porter Bundle API
The Porter Bundle API provides programmatic access to managing Cloud Native Application Bundles (CNAB) using Porter. It supports listing and inspecting bundles, managing installations, handling credential sets and parameter sets, and querying installation runs and outputs. Porter implements the CNAB spec for packaging applications with their dependencies into distributable installers.
What You Can Do
MCP Tools
listbundles
Porter List bundles
getbundle
Porter Get a bundle
listinstallations
Porter List installations
createinstallation
Porter Create an installation
getinstallation
Porter Get an installation
patchinstallation
Porter Update an installation
deleteinstallation
Porter Delete an installation
listinstallationruns
Porter List runs for an installation
getinstallationrun
Porter Get a specific run
listrunoutputs
Porter List outputs for a run
listcredentialsets
Porter List credential sets
createcredentialset
Porter Create a credential set
getcredentialset
Porter Get a credential set
updatecredentialset
Porter Update a credential set
deletecredentialset
Porter Delete a credential set
listparametersets
Porter List parameter sets
createparameterset
Porter Create a parameter set
getparameterset
Porter Get a parameter set
deleteparameterset
Porter Delete a parameter set