integrations
Provision Plugin
Provision (or re-key) a dedicated agent identity for a plugin.
Idempotent get-or-create: the first call creates an agent sub-user
for (user, plugin_key) with a labeled API key; every later call
returns the same agent but rotates the key (old keys are revoked —
re-provision is the rotation flow). The returned key is shown once
and never retrievable again.
POST
Provision Plugin
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Provision Plugin