Workspaces
Organize your team, sandboxes, and images with workspaces and RBAC
A workspace is a team namespace in Modbox. All sandboxes, images, and registries are scoped to a workspace. When you sign up, a default workspace is created for you automatically.
Workspace roles
Using the workspace header
To scope API requests to a workspace, include the X-Workspace-Id header:
Find your workspace ID in the dashboard or via:
Create a workspace
The caller becomes the owner automatically.
Invite members
Valid roles: owner, admin, member, viewer.
Change a member’s role
Remove a member
Members can remove themselves. Owners and admins can remove anyone (except the owner).
SDK example
Use separate workspaces for different environments (e.g. production, staging, development) to isolate resources and control access.