sorry. I should've described my case a bit in detail. I have an cf agent object. I want it to establish a websocket connection to another durable object as a client. My DO is managing a multiplayer session, I'd like my agent act similar to a browser client. Is this possible? I thought I could reuse the existing endpoint that establish the ws connection but my agent needs to skip auth check (no log in required because it's not a real user).