/
CA
capy
/
Capy API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 2d ago
Details
Filter operations
automations
6
get
List automations
post
Create automation
post
Enable automation
post
Disable automation
post
Delete automation
post
Restore automation
folders
6
messages
5
projects
2
reviews
8
tasks
3
threads
7
usage
1
users
1
automations
Enable automation
post
/api/v1/automations/{automationId}/enable
Path parameters
automationId
string
required
Response
Automation
AutomationEncoded
required
id
string
required
projectId
string
required
name
string
required
description
string
nullable
required
prompt
string
required
triggers
union[]
required
model
ModelSelection
required
repos
object[]
required
threadMode
'new'
|
'single'
required
mcpOverrides
object
nullable
required
maxRunsPerDay
integer
nullable
required
machineSize
'small'
|
'medium'
|
'large'
|
'ultra'
|
'hyper'
|
'bigguy'
nullable
required
enabled
boolean
required
deleted
boolean
required
disabledReason
'run_as_unavailable'
nullable
required
runAsKind
'human'
|
'service'
required
runAsId
string
required
runCount
integer
required
lastTriggeredAt
string
nullable
required
createdAt
string
required
updatedAt
string
required
Changes