Save an action
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Saves a reusable, named configuration for a capability so calls stop repeating themselves.
Pass a saved action to any run as action: "<id or slug>". Inline config on the call is deep-merged over the saved config, and inline wins — so one saved action can be nudged per call without being redefined.
Saved actions are also what governance, record-type binding and stable configuration under keep hang off. Check the catalog for the config schema of the capability you are saving.
Learn more: Pipeline guide
Deprecated: saved actions are becoming per-capability configs — use POST/GET/PATCH/DELETE /v1/{capability}/configs instead (/v1/extract/configs, /v1/redact/configs, /v1/fill/configs). Signing keeps using POST /v1/sign.