Tenants
Create Tenant
Create a new B2B tenant (workspace).
POST
Creates a new billing tenant in Crovver. For B2B orgs, call this when a new workspace/organization is created in your app. For D2C, tenants are auto-created on first checkout — this endpoint is not needed.
Request Body
string
required
The workspace/org ID from your application
string
required
Display name for the tenant
string
required
The external user ID of the billing owner
string
Email address of the billing owner
string
Display name of the billing owner
string
URL-friendly slug. Auto-generated from
name if not provided.object
Arbitrary key-value pairs stored on the tenant.
Authentication
Requires a secret key (Authorization: Bearer sk_live_...). Restricted to B2B organizations.