HMAC-signed outbound webhooks with retries, backoff, and delivery log.
Create one webhook per integration; subscribe it to any subset of audit events. Atlas POSTs each matching event with an HMAC-SHA256 signature, retries with exponential backoff, and records every delivery attempt. Perfect for Zapier/Make bridges and internal pipelines.
How do I rotate the secret?
Create a new webhook, wire your consumer to both, then delete the old one once traffic has switched over.