For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Create a webhook endpoint and receive its signing secret. The secret is returned exactly once in this response — store it immediately; it cannot be retrieved later.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Organization-IDstring or nullOptional
Request
This endpoint expects an object.
urlstringRequiredformat: "uri"1-2083 characters
HTTPS URL we will POST events to
event_typeslist of stringsRequired
Allowlist of event type names (e.g. [‘elp_test.scored’]). Must contain at least one entry.
descriptionstring or nullOptional<=500 characters
headersmap from strings to strings or nullOptional
Optional static headers we will include on every request to this endpoint.