Install an action

View as Markdown

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.
actionstringRequired>=1 character

Catalog entry to install (action or slug from GET /actions/catalog).

namestringRequired1-200 characters
configmap from strings to anyOptional

Install-time configuration; shape per the manifest config.install schema.

Response

The installed action.
dataobject