Create AOP
Create a new AOP (Agent Operating Procedure) asset with the given configuration. The created AOP can then be executed via /aop/execute-async, inspected via /aop/{asset_id}/config, and updated via PUT /aop/{asset_id}/config. Use [[ placeholder ]] syntax in the prompt for user inputs supplied at execution time.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Human-readable description of what the AOP does
ID of the folder to create the AOP in (workspace root if omitted)
The main prompt/instructions for the AOP. Use [[ placeholder ]] syntax for user inputs supplied at execution time
Section/category for organization
Title of the AOP (defaults to ‘Untitled AOP’)
Per-user notification preferences. Map of user_id -> notification config controlling who receives AOP result notifications
ID of the workspace to create the AOP in. If not provided, the parent folder’s workspace is used when parent_folder_id is provided; otherwise the AOP is created in the user’s current workspace. The user must be a member of the specified workspace.
Response
Human-readable status message
