Orgs and teams
Nested tenancy that matches how enterprises actually buy: parent org, subsidiaries, project teams.
Orgs, teams, invites, roles and fine-grained permissions — multi-tenant from the first commit, priced per org, not per connection.
Nested tenancy that matches how enterprises actually buy: parent org, subsidiaries, project teams.
Hosted invite pages, domain capture, seat limits and expiring links out of the box.
Define roles and permissions as data, not deploys. Customers can compose their own.
Every role change and removal lands in the audit log with the actor attached.
SCIM provisioning when a buyer needs it — priced sanely, never as the gate to basic auth.
Impersonation with receipts, forced logout and per-org session policies.
await bb.orgs.invite({
org: 'org_kaito',
email: 'ada@kaito.dev',
role: 'admin',
expiresIn: '7d',
})
await bb.orgs.setRole('mem_71c', 'custodian') // audit-logged