Deploy a new automation
POST
/api/deploy| Field | Required | Description |
|---|---|---|
artifactId | Yes | ID from POST /api/artifacts |
changeNote | No | Version note for history |
url is a shareable link to the automation’s web UI.
Update an existing automation
POST
/api/automations/:id/update| Field | Required | Description |
|---|---|---|
artifactId | Yes | New artifact ID |
changeNote | No | What changed |
Rollback
POST
/api/automations/:id/rollback