Introducing Flagship: feature flags built for the age of AI
… In your Worker, you just ask for a flag value: export default { async fetch request: Request, env: Env { // Simple boolean check const showNewUI = await env.FLAGS.getBooleanValue 'new-ui', false, { userId: 'user-42', plan: 'enterprise', } ; // Full evaluation details when you need them const detail… …