Create Automation
Create a new automation with the specified steps, triggers, and configuration.
Request body
Bounded key/value metadata bag for IaC marking and customer tags. See .rfcs/object-annotations.md §2. Limits: ≤16 entries; keys 1–128 chars matching ^[A-Za-z][A-Za-z0-9._/-]{0,127}$; values 0–256 chars matching URL-safe ASCII; total serialized ≤4096 bytes. Keys starting with c1/ are reserved for server-managed use and rejected on write.
Well-known keys: managed_by, iac_workspace, iac_resource_address, iac_tool_version.
the app id this workflow_template belongs to
Circuit breaker rate cap. See Automation.circuit_breaker_max for semantics.
The circuitBreakerPeriod field.
Optional description explaining the automation's purpose.
Human-readable name for the automation.
Whether the automation is active and eligible for execution.
Whether this automation is in draft mode. Draft automations are not eligible for trigger-based execution.
Response
Successful response
One-time absolute webhook URL for capability URL authentication, shown once at creation time. Contains the full URL including the embedded token (e.g. https://tenant.conductorone.com/api/v1/webhooks/incoming/{id}/t/{token}). Populated only when the webhook trigger uses capability URL authentication.
One-time HMAC shared secret, shown once at creation time. Populated only when the webhook trigger uses HMAC authentication.