We do introduce `getCloudflareContext` (see [bindings docs](https://github.com/opennextjs/docs/blob/a68951fc975ed6471d06a680ac57cc0f5b6af293/pages/cloudflare/bindings.mdx?plain=1#L12-L28)) and mention it a few times, however the utility has some nuances such as: - it requires `initOpenNextCloudflareForDev` to be called - it can't be called in static routes - it relies on local data (for example `.dev.vars` and local KVs) So it might be worth it to create a new how-to page dedicated to `getCloudflareContext` to exemplify some of these aspects ___ Original conversation: https://github.com/opennextjs/opennextjs-cloudflare/pull/330#discussion_r1939358096