Feature flags, also known as feature toggles, are checks in code that determine behavior based on conditions and can be used to gradually release new features to users while still allowing them to access existing ones. Svix has added support for hiding event types behind feature flags, which allows developers to control who sees a specific event type by setting a feature flag on it. When creating an event type with a feature flag set, only consumers with an access token bearing the same flag can see this event type in the event catalog. To use this feature, create an event type with a feature flag and then create a consumer access token with the same feature flag, which will allow that user to see the new event type when accessing the dashboard. Once ready to release the event type to all consumers, simply update the event type without the feature flag, allowing all users to see it in the catalog.