# Workspace Management

Bind workspaces, manage members, and read workspace-scoped information.

## Common tasks

| Task | Page |
| --- | --- |
| Bind a workspace using a known workspace ID | [Bind workspace](https://omnifabric.cloudsigma.com/docs/developer/sdk/ai-studio/工作区管理/绑定工作区.html.md) |
| Invite members, update roles, or remove members | [Manage workspace members](https://omnifabric.cloudsigma.com/docs/developer/sdk/ai-studio/工作区管理/管理工作区成员.html.md) |

## Typical workflow

1. Configure the CloudSigma API endpoint for the target workspace’s region and a personal access token from that region. See [Endpoints & Authentication](https://omnifabric.cloudsigma.com/docs/developer/endpoints-and-authentication.html.md).
2. Use [Bind workspace](https://omnifabric.cloudsigma.com/docs/developer/sdk/ai-studio/工作区管理/绑定工作区.html.md) to obtain a workspace reference; all subsequent resource operations are based on this reference.
3. When multi-user collaboration is needed, use [Manage workspace members](https://omnifabric.cloudsigma.com/docs/developer/sdk/ai-studio/工作区管理/管理工作区成员.html.md) to invite members and assign roles.

## Related APIs

For workspace-related endpoints, see [Resource Center](https://omnifabric.cloudsigma.com/docs/developer/api/ai-studio/workspace-resources/index.html.md).
