Teams, invites, and the public link
Every user gets a personal team on first sign-in (named after their GitHub display name or login). Teams own GitHub installations, repositories, and billing.
Roles
-
owner— can change billing, invite/remove members, manage public link -
admin— can manage repositories and settings -
member— read/write the kanban board
Invitations
From the team page, owners invite by email. We email a tokenized accept link that’s valid for 14 days. The invitee accepts by signing in with GitHub.
Public read-only link
Toggle “Public link” on the team page to generate a random UUIDv4 token. Share
/p/<token> with stakeholders for a read-only kanban view (no controls, no
audit log mutations). Toggle again to revoke and re-issue a fresh token.