Appearance
Automation APIs
Aionis Automation is a bounded orchestration layer above replay.
It is designed for governed, sequential automation runs, not for general-purpose workflow scheduling.
What this page covers
- automation definition and validation
- run lifecycle and review controls
- shadow validation and promotion
- compensation and operator recovery
- telemetry and alert-facing surfaces
Core definition and validation
POST /v1/automations/createPOST /v1/automations/getPOST /v1/automations/listPOST /v1/automations/validatePOST /v1/automations/graph/validate
Run lifecycle
POST /v1/automations/runPOST /v1/automations/runs/getPOST /v1/automations/runs/listPOST /v1/automations/runs/cancelPOST /v1/automations/runs/resume
Review and repair controls
POST /v1/automations/runs/approve_repairPOST /v1/automations/runs/reject_repairPOST /v1/automations/runs/assign_reviewerPOST /v1/automations/assign_reviewer
Promotion and shadow
POST /v1/automations/promotePOST /v1/automations/shadow/reportPOST /v1/automations/shadow/validatePOST /v1/automations/shadow/validate/dispatch
Compensation
POST /v1/automations/runs/compensation/retryPOST /v1/automations/runs/compensation/record_actionPOST /v1/automations/runs/compensation/assignPOST /v1/automations/compensation/policy_matrix
Telemetry
POST /v1/automations/telemetry
Public-beta constraints
- automation stays sequential and replay-backed
- parallel scheduling is out of scope
- failure branching is out of scope
shadowversions require explicitexecution_mode=shadow- marketplace publishing/install is not part of this public-beta surface