Org Types
When creating an org, you choose a type that determines how your customers are structured:B2B
B2B
Your customers are companies, teams, or workspaces. Each customer can have multiple members. A billing unit is a workspace (tenant), not an individual user.Example: A project management tool where “Acme Corp” is the billing unit, and Acme’s employees are members.
D2C (Direct to Consumer)
D2C (Direct to Consumer)
Your customers are individuals. Each user is their own billing unit.Example: A personal productivity app where each user subscribes independently.
The Platform Org
Crovver itself is a special platform org — the one org that manages Crovver’s own subscriptions. This is how Crovver dogfoods itself. Only one platform org can exist per Crovver instance.What Belongs to an Org
API Keys
Every org gets two types of keys:| Key | Prefix | Use |
|---|---|---|
| Public Key | pk_live_ / pk_test_ | Frontend (React SDK) |
| Secret Key | sk_live_ / sk_test_ | Backend API calls |
_test_ prefix route to test-mode payment providers.