Skip to main content

Deploy a new automation

POST /api/deploy
Creates a new automation from an uploaded artifact. No sandbox test required (but recommended). Body:
Response:
The url is a shareable link to the automation’s web UI.

Update an existing automation

POST /api/automations/:id/update
Deploys a new version of an existing automation. The URL stays the same; the code changes. Body:

Rollback

POST /api/automations/:id/rollback
Reverts an automation to a previous version. Body: