Skip to main content
POST
Create Automation

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

teamId
string
required

Body

application/json
name
string
required

Human-readable automation name.

Required string length: 1 - 100

Response

Default Response

automation
object
required
draft_revision_id
string<uuid> | null
required

The draft revision the new automation was created with, or null when the team isn't on revision semantics and the automation is a bare container. A manually created automation has no live revision until it is first activated, so this is where its first agent build belongs.

first_agent_id
string<uuid>
required

The automation's first agent, created alongside it with a default build bound into the draft revision, so the caller can open it directly.