Adam API

Create an automation

Recurring schedules require cron; one-time schedules require runAt; webhook automations require triggerEvent.

post/v1/automations

Headers

Idempotency-Keystring

Optional unique key. When supplied, retries with the same key and body replay the original response for 24 hours.

Request body

namestring required
promptstring required
effort'low' | 'medium' | 'high' | 'xhigh' nullable
enabledboolean
visibility'private' | 'team'
trigger'schedule' | 'webhook' required
type'recurring' | 'one_time' required
cronstring
timezonestring
runAtstring date-time
triggerProvider'composio'
triggerEventstring
triggerAppstring
triggerConfigobject

Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.