Expand description
Workspace CRUD operations.
Functions§
- create_
workspace - Create a new workspace with the given name.
- delete_
workspace - Delete a workspace and all its tabs/blocks.
- get_
workspace - Get a workspace by ID.
- list_
workspaces - List all workspaces as WorkspaceListEntry (matching Go’s behavior). Returns [{workspaceid, windowid}] — filters out unnamed workspaces.