Automations
Automations let teams configure backend-driven rules, simulate their effect, and inspect executions.
Current API surface
The backend currently exposes:
GET /api/v1/automations/catalog/triggersGET /api/v1/automations/catalog/actionsGET /api/v1/automations/catalog/runtime-capabilitiesGET/POST /api/v1/automations/rulesPUT /api/v1/automations/rules/{id}POST /api/v1/automations/rules/{id}/activatePOST /api/v1/automations/rules/{id}/deactivatePOST /api/v1/automations/rules/{id}/validatePOST /api/v1/automations/rules/simulateGET /api/v1/automations/logsPOST /api/v1/automations/logs/{id}/replay
Use the generated API reference for the complete endpoint inventory.