First account signup

Create a tenant + issue the first invite

Provision a tenant through the platform API and immediately create the first invite. Fields below map directly to backend payloads for tenant creation and invitation issuance.

Backend endpoints

02

POST /platform/tenants · POST /tenants/:id/invites

Required fields

02

Tenant name · Invite email

Invite role

02

TENANT_ADMIN or MEMBER

Optional

02

Tenant slug · Invite expiry

Tenant details

Maps to TenantCreateRequest in the backend.

Required

API status

Generated once the tenant is created.

Tenant ID

Pending

Invite token

Pending

First user invite

Maps to TenantInviteRequest on the backend.

Invite

Optional. Must be between 1 and 168 hours.

Provisioning

Creates the tenant and sends the initial invite using the configured API base.