Getting started
Create a workspace
Bootstrap the first workspace owner.
Invite-only onboarding
The bootstrap command creates the initial workspace invitation. It does not create a reusable public sign-up path.
Before you begin
- A workspace name
- The first owner’s email address
- The development mail service or a configured production mail provider
When to bootstrap
Use the bootstrap command only for the first workspace owner.
Run the bootstrap command once for a new customer workspace. Add later members from Workspace settings instead of running the bootstrap command again.
Run the command
Create the workspace and send its owner invitation.
- Run
pnpm auth:bootstrap-workspace -- --email owner@example.com --name "Acme"from the repository root. - Open the invitation delivered to the owner email address.
- Keep the workspace slug returned by the command for support and clean-room verification.
Complete sign-up
Accept the invitation and verify the owner account.
- Open the invitation link.
- Create a password with at least 12 characters.
- Open the verification email and verify the account before signing in.
