Skip to main content
Workspaces are a way to organize your applications and collaborate with team members. You can create, retrieve, list, and delete workspaces using the Client class.

Creating a workspace

client.create_workspace returns a Workspace object.

Retrieving a workspace

client.get_workspace returns a Workspace object.

Listing all workspaces

client.all_workspaces returns a list of Workspace objects.

Deleting a workspace

client.delete_workspace returns a Response object.

Leaving a workspace

If you are a member of a workspace but not the owner, you can leave the workspace using client.leave_workspace, which returns a Response object.

Workspace data structure

The Workspace object contains the following information:

Member data structure

Each member in a workspace has the following structure: