Execute Agent Operating Procedure
BetaExecute an existing Agent Operating Procedure (AOP) asset with optional user inputs. AOPs are pre-configured AI workflows that can perform complex tasks like research, analysis, and content generation.
Headers
X-API-KEY
Request
This endpoint expects an object.
asset_id
ID of the existing AOP asset to execute
user_inputs
Optional user inputs to append to the AOP’s prompt as key-value pairs
Response
AOP execution started successfully
aop_asset_id
ID of the AOP asset that was executed
aop_config
Full configuration of the AOP asset
aop_title
Title of the AOP asset
base_prompt
Base prompt of the AOP before user inputs were added
enabled_tools
List of tools that were enabled for this execution
final_prompt
Final prompt used for execution including user inputs
response
The execution response from the AOP
status
Status of the execution (e.g., ‘submitted’)
sync_server
Sync server URL used for execution
thread_id
Unique thread ID for tracking the execution
trigger_type
Type of trigger that initiated the execution