Add real teammates with persistent access
Members are for people you trust long-term — engineers on payroll, your co-founder, your DevOps team. They don't need a fresh access code every week, but you can remove them in one click the day they leave.
tar/rsync on the project, a new git remote being added), their local copy re-locks immediately and you get an email. Install the supervisor with sealrepo install-serviceon the contractor's machine to make the watcher survive reboots too.The three roles
- ·Everything an admin can do
- ·Delete the project
- ·Transfer ownership
- ·Invite & remove members
- ·Issue access codes
- ·Create CI tokens
- ·Rename / configure project
- ·Unlock the vault
- ·View project details
- ·Cannot invite or remove anyone
Invite a teammate by email
On the project page, switch to the Members tab and click Invite member.
sealrepo.dev/app/projects/acme-billing/membersThe invite expires after 7 days if unaccepted. They appear in the Pending invitations list until they accept; you can revoke any time.
They accept, then unlock from their machine
The invitation email contains a link to
sealrepo.dev/accept-invite/<token>. If they don't have an account, that page walks them through signup with the right email pre-filled. After accepting, their CLI works immediately — no code needed:Their terminal — first time on the project$git clone [email protected]:acme/billing.git$cd billing$sealrepo unlockPassphrase: ●●●●●●●●●●●●✓unlocked 137 files — welcome, [email protected]They still need the project passphraseBeing added as a member proves who they are. The passphrase proves they should be reading the vault. Share the passphrase out-of-band (1Password, in person) — or use cloud key escrow so each member sets up their own personal recovery without ever exchanging the passphrase by hand.Change roles or remove people, any time
Each row on the Members tab has a menu: Promote to admin, Demote to member, Remove from project. Removing someone is instant — their next CLI call gets a 403 and any decrypted shell they had open auto-locks within seconds.
sealrepo.dev/app/projects/acme-billing/members3 membersLeaving a project
If you want out of a project someone else owns, click Leave projecton the members tab. The owner is notified. (Owners can't leave directly — transfer ownership first, or delete the project.)