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
The workspace/org ID from your application
Display name for the tenant
The external user ID of the billing owner
Email address of the billing owner
Display name of the billing owner
URL-friendly slug. Auto-generated from
name if not provided.Arbitrary key-value pairs stored on the tenant.
Authentication
Requires a secret key (Authorization: Bearer sk_live_...). Restricted to B2B organizations.