POST /automations

Create an automation, managed through the API: no file, live immediately.

MethodPath
POST/v1/automations

To put its definition in a repository instead, create it here and then POST /v1/automations/{automation_id}/link. 409 when another live automation already holds the name.

curl -X POST "https://api.ellipsis.dev/v1/automations" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"automation":"..."}'

Request

Example request body
{
}

Body parameters

automationAgentConfigrequired

The automation's definition, in the same schema as a YAML file under agents/.

Response

Example response · 201
{
}

On this page

No Headings
Schedule a demo