v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Auth

List authenticated sessions

Returns the current browser session and active CLI session chains for the authenticated user.

get/api/v1/auth/sessions

Response

Authenticated sessions known to the server

Example response

{
  "sessions": [
    {
      "provider": "github"
    }
  ]
}