What are Workspaces?
Workspaces are collaborative work spaces that allow you to organize applications and databases into logical groups and share them with other team members.Roles and Permissions
Each workspace member has a role that defines their access level:Owner
Full control. Manages members, resources and workspace settings. Can delete the workspace.
Admin
Manages resources and members. Can add/remove members (except the owner).
Developer
Can manage resources (deploy, start, stop, restart) but cannot delete them or manage members.
Operator
Can operate resources (start, stop, restart) and view metrics. No access to settings.
Permissions Matrix
| Action | Owner | Admin | Developer | Operator | Viewer |
|---|---|---|---|---|---|
| View resources and metrics | ✅ | ✅ | ✅ | ✅ | ✅ |
| Start / Stop / Restart | ✅ | ✅ | ✅ | ✅ | ❌ |
| Deploy and configure | ✅ | ✅ | ✅ | ❌ | ❌ |
| Manage members | ✅ | ✅ | ❌ | ❌ | ❌ |
| Delete resources | ✅ | ✅ | ❌ | ❌ | ❌ |
| Delete workspace | ✅ | ❌ | ❌ | ❌ | ❌ |
Creating a Workspace
Invite Members
Add members by providing the user identifier and selecting the desired role. You can generate an invite link to facilitate.
Workspace creation is available starting from the Enterprise plan. The maximum number of members varies according to the plan (5 to 24 members).
Member Management
- Via Dashboard
- Via API
Access the workspace → Members → Add, remove or change roles. Changes are applied immediately.
Resources in Workspace
Applications and databases can be associated with a workspace during creation or later.Associate existing resource
Associate existing resource
Use the API to link an application or database to the workspace:
Disassociate resource
Disassociate resource
Removing a resource from a workspace does not delete it — it simply stops being associated:
A resource can belong to only one workspace at a time. To move a resource between workspaces, remove it from the current one and add it to the new one.