Adds one or more frontend actions to a specific agent. Use this endpoint to enable an agent to trigger client-side UI operations.
Frontend actions allow agents to interact with the user interface, such as opening dialogs, navigating pages, or updating UI state.
Request body: The frontendActions array contains frontend action identifiers. Returns the updated agent object.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Unique identifier of the agent
Array of frontend action function names to add or remove
["openProduct_modal", "showNotification"]