Introducing Flagship: feature flags built for the age of AI
… Network call to external services Another common pattern used on workers is to make an HTTP request to an external service in the following manner: const response = await fetch "https://flags.example-service.com/v1/evaluate", { ... body: JSON.stringify { flagKey: "new-checkout-flow", context: { ...… …