Translation placeholder for en. Content is
currently English.
Accounts
Account and membership primitives
Model ownership, roles, and memberships directly in the platform. No more reimplementing account logic per product.
Promise
Accounts and memberships are first-class primitives, not derived from users.
Proof
Every membership is scoped, role-aware, and visible to operators.
Limits
- No hidden roles or implicit ownership.
- No user-first model shortcuts.
- No automatic account merging.
Membership API
Create accounts, assign roles, and manage memberships without rebuilding the permission model.
POST /accounts
POST /accounts/{account_id}/memberships
POST /roles
POST /accounts/{account_id}/memberships
POST /roles