Webhooks let your server receive signed BabySea events without polling. Use this dashboard page to manage endpoints and delivery history.Documentation Index
Fetch the complete documentation index at: https://docs.babysea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Webhook integration guide
Verify signatures, inspect payloads, and review delivery behavior.
Access
| Role | Can view | Can create/update | Can rotate secret | Can replay or deliver queued events | Can delete |
|---|---|---|---|---|---|
primary-owner | Yes | Yes | Yes | Yes | Yes |
owner | Yes | Yes | Yes | Yes | Yes |
member | Yes | No | No | No | No |
What you manage
| Area | Description |
|---|---|
| Endpoint URL | Public HTTPS URL on the default HTTPS port that receives POST requests. |
| Events | Subscribed event types, including generation.completed and credits.low_balance. |
| Signing secret | whsec_... secret used to verify X-BabySea-Signature. |
| Delivery log | Event type, generation ID, payload, status code, error, attempts, and timestamp. |
| Queue | Pending generation events that arrived while the endpoint was disabled. |
Create an endpoint
Add endpoint
Enter a publicly reachable HTTPS URL on the default HTTPS port that accepts
POST requests without redirecting.Store the secret
Copy the
whsec_... signing secret before closing the dialog. It cannot be retrieved later.Endpoint details
Owners can use the endpoint details page to:- enable or disable the endpoint
- rotate the webhook secret
- send a test event
- replay an individual delivery
- deliver queued events
- delete the endpoint
Delivery log
The delivery table shows:| Column | Description |
|---|---|
| Event | Event type, such as generation.completed. |
| Generation ID | Related generation ID, when the event is generation-specific. |
| Payload | JSON body sent to your endpoint. |
| Status code | HTTP status returned by your endpoint. |
| Error | Delivery error or non-2xx status summary. |
| Attempts | Number of attempts recorded for the delivery. |
| Timestamp | Delivery log timestamp. |
