Users
Every account is a user. Users have aslug (used in booking URLs), a plan, and belong to one or more organizations.
Organizations
Organizations (Units) are the coordination scope. Signals, incidents, and War Room visibility are all scoped to orgs you belong to. Each user has a primary org — used by default when noorg_id is specified.
Teams
Orgs contain teams. Teams have routing strategies that govern how bookings are distributed across members:| Routing | Behavior |
|---|---|
round_robin | Evenly distributes bookings across available members |
random | Picks a random available member |
Plans
Plans control what features are available:| Plan | Event types | Orgs | Teams/org | Members/team |
|---|---|---|---|---|
| Free | 3 | — | — | — |
| Starter $29 | 10 | — | — | — |
| Agency $99 | unlimited | 1 | 5 | 25 |
| Enterprise | unlimited | unlimited | unlimited | unlimited |
Org membership roles
| Role | Permissions |
|---|---|
owner | Full control — delete org, manage members, billing |
admin | Manage members and teams |
member | Receive signals, join teams, manage own bookings |
API
API Reference → Units
Full org, team, and member management endpoints.