Why use a WebSocket sandbox?
Realtime APIs often need a quick way to open a WS/WSS socket, send payloads, and watch events without writing a custom client.
This sandbox connects from your browser so you can exercise chat, notifications, and streaming endpoints interactively.
How to use this tool
- Enter a ws:// or wss:// URL (or SSE URL) and connect from the sandbox.
- Send text/JSON frames and watch inbound messages as they arrive.
- Disconnect when finished; traffic stays between your browser and the target endpoint.
Frequently asked questions
Does stbox proxy WebSocket traffic?
Connections are opened from your browser to the target URL. stbox does not retain message bodies as a message broker.