/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
26
automations
6
get
List recurring automations
post
Create a recurring automation
get
Get one recurring automation
delete
Delete an automation and its run history
patch
Update a recurring automation
get
List durable automation run history
browser
2
conversations
28
dev
1
events
1
fs
1
github
4
identity
2
import
4
link-preview
1
mobile
10
notifications
6
projects
13
prs
2
push
3
reports
2
reviews
10
sessions
54
settings
3
shellTerminals
4
system
5
usage
2
automations
Create a recurring automation
post
/api/v1/automations
Request body
CreateAutomationRequest
required
cron
string
displayName
string
required
enabled
boolean
nullable
harness
string
kind
'worker'
|
'orchestrator'
required
projectId
string
required
prompt
string
required
rrule
string
timezone
string
required
Response
Created
AutomationEnvelope
required
automation
AutomationResponse
required
Changes