v1

latestOpenAPI 3.1.0Apache-2.02026-07-226091175.5 KB
Automations

Sync automation from latest Git release

Reconciles automation registry metadata and trigger projections from the latest Git source release. This operation is idempotent for unchanged source state: repeated calls against the same latest release leave the same automation registry state and may repeat the same warnings. Requires a Bearer API token for the organization and a user-backed API key. It does not publish source; it reads the already-published latest release manifest. Versioned targets are rejected with 400, missing organization/source/release/manifest state returns 404, invalid manifests return 400, and provider or persistence failures return 5xx.

post/api/v1/automations/{id}/sync

Path parameters

idstring required

Automation target to sync, such as agents.invoice-agent or workflows.extract. Do not include a version; sync always uses the latest Git release.

Automation target to sync, such as agents.invoice-agent or workflows.extract. Do not include a version; sync always uses the latest Git release.

Response

Automation metadata, latest release information, and non-fatal sync warnings.

warningsstring[] required

Non-fatal source-state warnings, such as unsupported email alias domains.