Your user id
The authenticated user's id, and nothing else — the cheapest way to confirm a token works. Use /api/whoami for the full identity and credential details.
/api/meAuthorization
bearerAuth Session token from sling login.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/me"{ "userId": "u_abc123"}List runner labels GET
The catalog of available runner labels with their specs (cpu, memory, arch, price/min) so runs-on mapping and cost-savings hints reference concrete options. Static and identical for every caller — authenticated, but requires no resource scope.
Your identity and credential GET
Who you are and which credential you presented (sling whoami). credential.type discriminates a session — a browser cookie or a device-flow bearer token — from an api-key caller, which also carries its key id and scopes.