Install app
POST/marketplace/installs
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.
Request
Responses
- 201
- 409
- 422
App installed and lifecycle hook executed.
App is already installed.
Validation failed — check app_id or required config fields.