Manage your workspace
The Clerk Dashboard is your workspace for managing applications, team members, and settings.
At the top of the Clerk Dashboard, you will see a few notable features:
- The workspace dropdown: Allows you to switch between workspaces or create a new one.
- The application dropdown: Allows you to choose which application you want to manage or create a new one.
- The instance dropdown: Allows you to switch between your development and production instances.
- The <UserButton />: Allows you to manage your account and sign out.
We try to make the Clerk Dashboard as intuitive as possible, but if you ever need help or have any feedback, you can always reach out to our support team.
Workspaces
Workspaces are a way to group applications and resources together.
When you create a Clerk account in the Clerk Dashboard, you are automatically added to a workspace called your Personal workspace. You can edit the name of this workspace, along with other settings, on the Clerk Dashboard's Settings page.
Each workspace can have a team with multiple members, each assigned a role that determines their access levels and permissions. See Invite and manage team members for details on adding and managing your team.
Create additional workspaces
- In the top-left of the Clerk Dashboard, select the workspace dropdown.
- Select Create workspace. A modal will open.
- Complete the form. Workspace slugs are unique across all instances, so common naming conventions might already be in use by another instance.
- Select Create workspace. The newly created workspace will be set as the active workspace.
Invite and manage team members
- Select the Invite button in the top navigation bar, or navigate to the Team page and select Invite user.
- In the Invite user form, enter the email of the user you want to invite and select the role to assign.
- Select Invite.
To manage existing team members, navigate to the Team page where you can update roles or remove members.
Transfer ownership of an application
Transferring an application between two workspaces does not cause disruptions. Your API keys, settings, domains, and other configurations remain unchanged, and your app will continue to function as expected. Only the ownership is updated, so no further action is needed to maintain continuity for existing users.
- In the top-left of the Clerk Dashboard, open the workspace dropdown and select the workspace that contains the application you want to transfer.
- Locate and select the application to transfer.
- Navigate to the application's Settings page.
- In the Danger zone section, select Transfer ownership. A modal will open.
- Complete the form and select Transfer ownership. The page will redirect to the Applications page and show the transferred application.
Transfer to a workspace without billing information
An application with an existing paid Subscription can only be transferred to a workspace with active billing information. You can set up billing information on the receiving workspace without being charged.
To set up a payment method without being charged:
- In the top-left of the Clerk Dashboard, select the workspace dropdown.
- Select the workspace that you want to transfer the application to.
- Select the workspace dropdown again, and select Manage.
- In the top menu bar, select Billing, then select Upgrade to unlimited members.
- Add your billing information. You will not be charged immediately. Doing this just ensures billing information is added to the workspace.
- Once that billing information is added, you will be able to transfer your Clerk app to the receiving workspace.
Instances
Each Clerk application can have two different instances: Development or Production. The names are self-explanatory, but you can learn more about the differences between the two in the dedicated guide.
When you create a new application, it is automatically provisioned with a Development instance. You can switch between instances or provision your Production instance by selecting the instance dropdown in the top-left of the Clerk Dashboard.
Feedback
Last updated on