D

Automations and Schedules

Automations and Schedules

Automations are workspace-scoped handlers. Schedules determine when agent or automation work starts.

Use GET /api/v1/automations?workspace_id=... and GET /api/v1/agent-schedules to inspect existing configuration before creating a duplicate.

For a safe rollout:

  • Create disabled.

  • Validate trigger configuration.

  • Run once in a test workspace.

  • Enable after observing logs.

  • Keep a rollback path by disabling or deleting the automation.

Never put provider secrets in handler code or document content.