Create an endpoint
- Open Dashboard developer tools.
- Enter an HTTPS endpoint you control.
- Choose only the lifecycle events the integration needs.
- Copy the signing secret once and store it securely.
Respond quickly
Verify and enqueue the event, then return a successful response. Do expensive work asynchronously so timeouts do not create avoidable retries.
Retries
Astral uses a durable outbox, leases, and backoff. Your receiver must deduplicate by the event ID because delivery is at least once, not exactly once.