Skip to main content

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/triggers
  • GET /api/v1/automations/catalog/actions
  • GET /api/v1/automations/catalog/runtime-capabilities
  • GET/POST /api/v1/automations/rules
  • PUT /api/v1/automations/rules/{id}
  • POST /api/v1/automations/rules/{id}/activate
  • POST /api/v1/automations/rules/{id}/deactivate
  • POST /api/v1/automations/rules/{id}/validate
  • POST /api/v1/automations/rules/simulate
  • GET /api/v1/automations/logs
  • POST /api/v1/automations/logs/{id}/replay

Use the generated API reference for the complete endpoint inventory.