v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
Platform API

Create automation

Create an agent automation. Provide agentId; Outlit maps it to the hosted-agent processor internally.

post/api/automations

Request body

agentIdstring uuid required
namestring required
descriptionstring nullable
enabledboolean
triggerType'SIGNAL_OCCURRENCE' | 'SCHEDULE' required
signalIdsstring[]
matchMode'ANY' | 'ALL' | 'AT_LEAST'
triggerThresholdCountinteger
destinationIdsstring[]

Response

Automation was created.

oktrue required
commandId'automation.create' required
commandVersion1 required
correlationIdstring required