# Workspaces

## The Workspace Object

| **`workspace_id`** | uuid    | ID of the Workspace                                  |
| ------------------ | ------- | ---------------------------------------------------- |
| **`name`**         | string  | Name of the Workspace                                |
| **`is_sandbox`**   | boolean | Whether this workspace is a Test Sandbox environment |

### List of Methods

| [Get Workspace](https://docs.seam.co/latest/~/revisions/DFdrUdS2jQOnbJTNDT5a/api/workspaces/get)                     | Get all workspaces connected to account |
| -------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| [Reset Workspace](https://github.com/seamapi/docs/blob/main/docs/api-clients/workspaces/workspaces/reset_sandbox.md) | Reset the sandbox on this workspace     |
