Skip to main content

Endpoint

Webhook endpoints do not require an API key. Authentication is handled via the unique token in the URL and optional HMAC signature.

Request

Path parameters

Headers

Body

The entire request body is passed as input to the triggered agent or tool.

Response

HMAC verification

If the trigger has a secret configured, include an HMAC-SHA256 signature:

Rate limiting

Webhook endpoints are limited to 30 requests per 60 seconds. Exceeding this limit returns 429 Too Many Requests.

Errors