Array of Action entity IDs to add or remove. These must be valid Action IDs from the Actions table.
OptionalactionOptional execution limits for actions being added. Maps action IDs to their maximum executions per agent run. Only applies when mode is 'add'. Ignored for 'remove' mode.
OptionalagentArray of Agent IDs that this change applies to. Required when scope is 'specific', ignored otherwise.
Mode of the action change.
Scope of the action change - determines which agents it applies to.
Represents a runtime modification to an agent's available actions.
Action changes allow callers to dynamically customize which actions are available to agents at runtime, without modifying the agent's database configuration. This is particularly useful for multi-tenant scenarios where different executions of the same agent need access to different integrations.
Example
Since
2.123.0