| 1 | // Cloud: an Executor API key presented as a bearer is validated against |
| 2 | // WorkOS once per TTL window, not once per request. Every API-key- |
| 3 | // authenticated request used to buy a live `POST /api_keys/validations` |
| 4 | // round trip; with the per-isolate success cache, the first request pays it |
nothing calls this directly
no test coverage detected