latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-16234465.0 KB

c47be4a3f07e

sessions

Create Session

Create a session for the authenticated user in the current workspace.

Parameters: body (SessionCreateRequest): Session creation data, including the optional title. identity (LocalScopeDep): Authenticated user and workspace scope. repo (SessionCatalogDep): Session repository used to create the session.

Returns: SessionDetailResponse: The newly created session details.

post/api/sessions

Request body

titlestring nullable

Response

Successful Response

idstring uuid required
titlestring required
status'active' | 'archived' required
checkpoint_versioninteger required
created_atstring nullable
updated_atstring nullable