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.