Install an action
Installs a catalog entry for this organization, saving its install-time config. The install gets a unique per-organization slug derived from its name. Authorization: organization administrators only (denied → 403). Returns 400 for an unknown action or a slug collision.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
action
Catalog entry to install (action or slug from GET /actions/catalog).
name
config
Install-time configuration; shape per the manifest config.install schema.
Response
The installed action.
data