Since the early days of Svix, we supported letting our customers of the event types they send. The schemas are used in a few places throughout the Svix product, but one of the main things they are used for is the event catalog. define the schemas The event catalog is essentially an automatically generated documentation page for the event types that you support. The event catalog was originally only accessible from the , though we have since added the ability so that you can link to it directly from your docs. application portal to make it public While this works great, one of the most common requests we got since launching this feature was to make it possible to host it on a custom domain so that it's served from rather than . We have now made it possible! webhooks.example.com www.svix.com By default, your event types are only accessible to users from within an authenticated session on the Application Portal. To make them publicly accessible, please first enable the "Make Public" setting from the Event Catalog configuration screen in the Dashboard settings. Once you have made the event catalog public, please set the following record on your DNS provider: Type: CNAME Name: (or whatever subdomain you would like to use) webhooks Value: event-types.svix.com And once you do so that we can activate it on our end. let us know Once activated, you will be able to serve the Event Catalog from our custom domain for all of your environments! For more content like this, make sure to follow us on , or for the latest updates for the , or join the discussion on . Twitter , GitHub RSS Svix webhook service our community Slack Also published here