Installs
Tenant app installations — install, retry, and uninstall marketplace apps.
Uninstall app
Removes an installed app from the tenant workspace, executing the app's uninstall lifecycle hook. Data created by the app is not automatically removed; refer to the app's documentation for data retention handling.
List app installations
Returns all app installations for the current tenant, including installation status and webhook health. Use to populate the 'Installed Apps' management page and monitor webhook delivery health.
Install app
Installs a published marketplace app into the current tenant workspace, executing the app's install lifecycle hook and provisioning any required webhooks or data stores. An active installation record is created and webhook delivery begins immediately.
Retry install webhook
Re-executes the install lifecycle hook for an installation whose initial hook call failed. Use when an app webhook endpoint was temporarily unavailable during the original installation.