Feature flags allow you to control feature availability for organizations in your application. Flags can either be enabled for individual organizations or all organizations in an environment. Read more about how feature flags integrate with AuthKit here.
const featureFlag = { object: 'feature_flag', id: 'flag_01EHZNVPK3SFK441A1RGBFSHRT', name: 'Advanced Analytics', slug: 'advanced-analytics', description: 'Enable advanced analytics dashboard feature', createdAt: '2025-08-04T19:07:33.155Z', updatedAt: '2025-08-04T19:07:33.155Z', };
interface FeatureFlag