Managing Workspaces
Organize your databases and collaborate with team members using workspaces.
What is a Workspace?
A Workspace is your top-level organizational unit and multi-tenant container. It serves as a security boundary for all resources. Everything you create in Lordbase belongs to a specific workspace.
A workspace contains:
- Databases: PostgreSQL, Redis, and MongoDB instances.
- Backups: Manual and scheduled backup configurations.
- Team Members: Developers invited to collaborate on this workspace.
- Audit Logs: Activity history for all workspace resources.
Switching Workspaces
- Click the workspace name in the header.
- Select another workspace from the dropdown list.
- The dashboard will refresh to show resources for that workspace.
Creating a Workspace
- Go to the Workspaces page from the sidebar.
- Click Create Workspace.
- Enter a descriptive name (e.g., "Production Databases").
- Click Create.
You will automatically become the Owner of any workspace you create.
Team Collaboration
Inviting Team Members
- Go to the Workspaces page.
- Click Manage Members on the workspace.
- Click Invite Member.
- Enter their Nexorix email address.
- Click Send Invitation.
Invitation Process
- Team member receives an invitation notification
- They accept the invitation
- They're added to the workspace with the assigned role
Pending Invitations
View and manage pending invitations:
- See who hasn't accepted
- Cancel pending invitations
Team Roles
| Role | Permissions |
|---|---|
| Owner | Full access, manage members, delete workspace |
| Admin | Manage databases, backups, and users |
| Member | Read access, basic operations |
Managing Team Members
Remove Member
- Find the member in the list.
- Click Remove.
- Confirm the removal.
Workspace Resources
Each workspace has its own isolated set of:
| Resource | Scoped |
|---|---|
| Databases | ✅ |
| Database Users | ✅ |
| Backups | ✅ |
| Backup Schedules | ✅ |
| Audit Logs | ✅ |
Deleting a Workspace
Irreversible Action
Deleting a workspace will permanently delete all associated databases, users, backups, and settings. This action cannot be undone.
- Go to Workspaces in the sidebar.
- Click Delete on the workspace.
- Confirm deletion in the modal.
Best Practices
| Practice | Description |
|---|---|
| Separate environments | Use different workspaces for dev/staging/prod |
| Limit owners | Only trusted members should be owners |
| Regular audits | Review team access periodically |
| Descriptive names | Name workspaces clearly |
Next Steps
- Provisioning Databases — Create databases in your workspace
- Developer Access Tokens — Automate workspace management