api.example.com and also routes defined as sub-paths on other domains e.g. example.com/api, othersite.example.com/api, with the sole purpose of efficiency avoiding CORS lookups. It means I strip the optional /api prefix from the URL which may or may not be there depending on which route the request came through./my/route and /api/my/route) will put me over the limit, as well as diluting the aforementioned insights and stats./api prefix, but transform rules run before Workers Routes rules, so it would prevent /api/* requests from being routed to the worker at all.api.example.com -> my-workerexample.com/api/* -> my-worker