Command Center (Operator)

Tenant onboarding

Creating a new organization, setting its plan, and inviting its first admin.

The onboarding wizard at /operator/onboarding creates a new tenant from start to finish. It provisions the organization, sets its plan tier, and sends the first GP admin an invitation, all in one flow.

The wizard

Organization name. The slug for the tenant's workspace URL is derived automatically.
Plan. Choose bot_only, policy_hub, or full.
GP admin email. The address that receives the invitation to administer the tenant.
Confirm. Review the details before creating.
Done. The success screen shows the new organization's id and slug and the invitation, with copy-to-clipboard and a link straight to the tenant detail view.

A single call to operator.createOrganizationOnboarding handles the creation, tier assignment, and invitation, and the action is recorded in the audit log.

What the invited admin does

The invited GP admin accepts the invitation, creates their account (signup is otherwise closed), and lands in the new organization's GP workspace as an owner. From there they can invite the rest of their team from Settings → Members.

If the invitation expires or is lost before it's accepted, resend it from the Organizations directory or the tenant detail view (operator.resendOrganizationInvite).

See the onboard a tenant runbook for the operational checklist.

On this page