Only the endpoints that exist. Every "Send request" button issues the real call from your browser and shows the real status, headers and body — including the failures.
| Base URL | – |
|---|---|
| Key on this page | – |
| Auth header | X-API-Key: <your key> |
| Live check | not run yet |
The base URL is the cluster manager. It is the only host you need: it validates keys, hands out a worker for socket connections, and proxies channel operations to whichever worker owns them.
Subscribing is a socket operation, so it is not in the HTTP list below. A client asks the manager for a worker, then opens a socket to that worker. The SDK does both steps for you.