Mints a new endpoint, generates a signing secret, and returns the secret EXACTLY ONCE in the secret field. Store it on your side — subsequent reads return secret: null. Subscribe to ["*"] to receive every event in the v1.0 taxonomy (the wildcard is expanded at create time; new event types added later do NOT auto-subscribe).
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
Your team API key (starts with al_live_ — legacy keys may start with og_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
HTTPS endpoint to deliver events to. Plain http:// is rejected.
2048"https://api.acme.dev/aurous-webhook"
Subscribed event types. Pass ["*"] to subscribe to every event currently in the v1.0 taxonomy (the wildcard is expanded at create time — future event additions do NOT auto-subscribe).
["image.completed", "image.failed"]Optional human-readable label shown in the dashboard.
"Production webhook"
Optional structured metadata. Echoed verbatim on subsequent reads. Max 50 keys, string values <=500 chars.
{ "env": "prod", "team": "integrations" }Endpoint created
Opaque endpoint id (we_).
"we_01HXMQ7Z3K8Y2NABCDEFGHJKMN"
"webhook_endpoint"
"https://api.acme.dev/aurous-webhook"
["image.completed"]Truncated preview of the active secret. Always present in dashboard hints.
"whsec_8jK...ABCD"
true
Consecutive 4xx/5xx/timeout/connect errors since the last successful delivery. The endpoint auto-disables at >=20 with no success in 24h (emits webhook.endpoint_disabled to other active endpoints + an email to the team owner).
0
Timestamp of the most recent 2xx delivery; null if never.
"2026-05-04T01:00:00Z"
Timestamp of the most recent failed delivery (4xx/5xx/timeout/connect/TLS); null if never.
"2026-05-04T00:55:00Z"
Echoed customer metadata.
{}"2026-05-03T14:00:00Z"
"2026-05-03T14:00:00Z"
"Production webhook"
Plaintext webhook secret. Returned EXACTLY ONCE on POST + /rotate_secret responses; null on every other read. Store on your side and use to verify the Aurous-Webhook-Signature header.
"whsec_8jKpQ4nXabc1234abc..."