What is svix?
Svix provides webhook delivery infrastructure for software products. A product creates an application for a customer, registers one or more endpoints, and sends messages through Svix. Each matching endpoint receives the message, so the business named in the payload may be the product using Svix rather than Svix itself.
A delivery includes svix-id, svix-timestamp, and svix-signature. The endpoint has its own signing secret, usually beginning with whsec_, and the signature covers the message identifier, timestamp, and raw payload. Svix's libraries verify these values together and reject timestamps outside their five-minute tolerance.
Svix retries failed messages with exponential backoff. The same svix-id can therefore appear in more than one attempt and should be used for duplicate protection. Endpoints can be disabled manually, by a delivery-control response, or after the documented period of sustained failures unless that automatic behavior is turned off.
This is outbound application messaging, not web crawling. Svix does not inspect the destination's public pages for AI search and does not train models from the callback. Robots.txt is irrelevant to an endpoint created for webhook delivery.
