Skip to main content

Module workspace

Module workspace 

Source
Expand description

Workspace CRUD and session-to-workspace membership. Workspace CRUD and session-to-workspace membership.

Functions§

add_session_to_workspace
Add a session to a workspace with a specific role.
create_workspace
Create a new workspace with the given name and description.
delete_workspace
Delete a workspace (sessions are not removed).
get_workspace
Retrieve workspace details including all associated sessions.
list_workspaces
List all workspaces with session counts.
remove_session_from_workspace
Remove a session from a workspace.