Documentation
Connect a client in five minutes
Edge accepts WebSocket clients on the regional hostname. Authentication is a workspace token passed as a query parameter or an Authorization header.
1. Open a socket
wscat -c "wss://ws.jockerlab.site/v1/channels/telemetry.prod?token=ws_live_xxx"
2. Send an event
{
"id": "evt_01",
"kind": "metric",
"payload": { "cpu": 0.13, "region": "fra1" }
}
3. Resume after disconnect
The server returns a resume_from cursor every 50 frames. Pass it on the next handshake to avoid duplicates.
Limits
Default workspace: 5k concurrent sockets, 2 MB/s ingest, 24h channel retention. Higher tiers are unlocked from the billing console.