# Workspaces

List and manage workspaces, workspace-creation tasks, and invitations. Use the workspace identifier returned by the relevant action for subsequent workspace operations.

## Choose a task

| Task | Description |
| --- | --- |
| [Inspect workspaces](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/list-workspaces.html.md) | List the workspaces that the current identity can access. |
| [Create a workspace asynchronously](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/create-workspace-creation.html.md) | Submit an asynchronous creation task and return its record without waiting for completion. |
| [Track workspace creation](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/list-workspace-creations.html.md) | View workspace-creation tasks submitted by the current identity that are still in progress or recently completed. |
| [Create a workspace synchronously](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/create-workspace.html.md) | Wait synchronously for creation and initialization, then return the new workspace ID. |
| [Claim an existing workspace](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/claim-workspace.html.md) | Claim a workspace with existing membership without creating a workspace or granting membership. |
| [Edit a workspace](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/update-workspace.html.md) | Change the name of an existing workspace. |
| [Accept a workspace invitation](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/accept-workspace-invitation.html.md) | Accept a workspace invitation sent to the current identity. |
| [Remove a workspace](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/workspaces/delete-workspace.html.md) | Delete a specified workspace. |
