Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

A personal API key created in Adam. Send it as Authorization: Bearer <key>.

Headers

Idempotency-Key
string

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

Body

application/json
name
string
required
Required string length: 1 - 120
prompt
string
required
Required string length: 1 - 20000
trigger
enum<string>
required
Available options:
schedule,
webhook
type
enum<string>
required
Available options:
recurring,
one_time
effort
enum<string> | null
Available options:
low,
medium,
high,
xhigh
enabled
boolean
visibility
enum<string>
Available options:
private,
team
cron
string
Minimum string length: 1
timezone
string
Required string length: 1 - 100
runAt
string<date-time>
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
triggerProvider
string
Allowed value: "composio"
triggerEvent
string
Required string length: 1 - 255
triggerApp
string
Required string length: 1 - 255
triggerConfig
object

Response

automation
object
required
Last modified on August 26, 2026