Slightly warm take warning: not everything needs to be feature-flagged.
New APIs or API endpoints, for example, that have no callers yet, don't benefit from the ability to toggle them off. If nothing is executing this code, then there's no behavior to disable.
Let's