Webhooks
Current availability and the contract planned for server-to-server notifications.
Public webhooks are not available in Bloodhound v1 yet. Use the durable mission stream for status and completion notifications.
No webhook payload, signing method, delivery policy, or release date is published. Do not build against a future webhook contract until it appears in the OpenAPI specification.
Recommended pattern today
Run one server-side stream consumer per active mission. Persist the event index and reconnect after restarts.
