Public control API
HTTP reference
Unauthenticated endpoints below are safe to scrape. Workspace endpoints require Authorization: Bearer ws_live_….
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /api/v1/health.json | no | Process health |
| GET | /api/v1/status.json | no | Component status |
| GET | /api/v1/metrics.json | no | Coarse public metrics |
| GET | /api/v1/regions.json | no | Edge locations |
| GET | /api/v1/channels.json | no | Demo channel catalog |
| POST | /api/v1/tokens | yes | Issue a short-lived socket token |
| POST | /api/v1/channels | yes | Create a channel |
Example
curl -s https://ws.jockerlab.site/api/v1/health.json curl -s https://ws.jockerlab.site/api/v1/regions.json
Write endpoints are gated. Use the waitlist form on the pricing page if you need a workspace.