Public control API

HTTP reference

Unauthenticated endpoints below are safe to scrape. Workspace endpoints require Authorization: Bearer ws_live_….

MethodPathAuthDescription
GET/api/v1/health.jsonnoProcess health
GET/api/v1/status.jsonnoComponent status
GET/api/v1/metrics.jsonnoCoarse public metrics
GET/api/v1/regions.jsonnoEdge locations
GET/api/v1/channels.jsonnoDemo channel catalog
POST/api/v1/tokensyesIssue a short-lived socket token
POST/api/v1/channelsyesCreate 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.