Create a Webhook
Register an HTTPS endpoint to receive events for this project. The response includes the signing secret, which is shown only here and when the secret is rotated. Store it before discarding the response. An endpoint may only be registered once per project.
Authorizations
Your Browserbase API Key.
Body
HTTPS URL that event deliveries are POSTed to. Must be publicly reachable.
2048^https://[^/?#]+Event types this webhook subscribes to. Unknown types are rejected.
1functions.builds.running, functions.builds.completed, functions.builds.failed, functions.invocations.pending, functions.invocations.running, functions.invocations.completed, functions.invocations.failed Response
The webhook has been created.
The created webhook, including its signing secret.
Unique identifier for the webhook.
The project the webhook belongs to.
HTTPS URL that event deliveries are POSTed to. Must be publicly reachable.
2048^https://[^/?#]+Event types this webhook subscribes to. Unknown types are rejected.
1functions.builds.running, functions.builds.completed, functions.builds.failed, functions.invocations.pending, functions.invocations.running, functions.invocations.completed, functions.invocations.failed HMAC-SHA256 signing secret, prefixed whsec_. Shown once here; store it now. Use it to verify the signature on every delivery.