Documentation
Platform

Webhooks And Callbacks

Planned callback model for long-running Agent Mag jobs.

Status: Planned.

Long-running jobs need completion signals. Webhooks and callbacks should let teams start a job, return immediately, and receive status changes without polling forever.

Requirements

  • Sign webhook payloads.
  • Allow retries for failed deliveries.
  • Show delivery attempts in the dashboard.
  • Let teams rotate webhook secrets without rotating API keys.

On this page