Skip to main content
POST
Attach Revision Integrations

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Agent ID

build_id
string<uuid>
required

Build ID

Body

application/json
integration_ids
string<uuid>[]
required

Integration IDs (or custom integration IDs) to attach to the revision

Minimum array length: 1
selected_automation_revision_id
string<uuid> | null

The automation revision this edit is being made at. Pass a draft and the edit is folded into that draft itself; pass the active revision and the edit lands on a draft branched from it. A historic revision is rejected — it cannot be activated from without an explicit rebase. A revision belonging to a different automation is ignored, and the edit targets the automation the addressed agent belongs to. Omit to target the automation's active revision.

Response

Default Response

success
boolean
required

True if integrations were attached

count
number
required

Number of new integrations attached to the revision

build_id
string<uuid>
required

The revision the integrations were attached to. On a migrated team the edit is staged onto the agent's draft revision, so this may differ from the requested build_id — pin connections against this value.