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.

  1. Run pnpm auth:bootstrap-workspace -- --email owner@example.com --name "Acme" from the repository root.
  2. Open the invitation delivered to the owner email address.
  3. 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.

  1. Open the invitation link.
  2. Create a password with at least 12 characters.
  3. Open the verification email and verify the account before signing in.