BUILD YOUR TEAM.
Set up your team, invite members, and configure roles and permissions for collaborative deployments.
CREATE A TEAM
Teams allow you to collaborate with others on projects. Create a team from the dashboard or via CLI.
# Create a new team
boottify teams create "My Team"
# Or create with a slug
boottify teams create "My Team" --slug my-teamYou can also create teams from the dashboard by clicking New Team in the team dropdown.
INVITE MEMBERS
Invite team members by email. They'll receive an invitation to join your team and gain access to projects.
Email Invitations
Send invites to any email address
Instant Access
Members get access immediately upon accepting
# Invite a member with a specific role
boottify teams invite user@example.com --role member
# Invite as admin
boottify teams invite admin@example.com --role adminTEAM ROLES
Assign roles to control what team members can do. Roles determine access to projects, settings, and billing.
| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete team |
| Admin | Manage members, projects, settings |
| Member | Deploy, view projects, create projects |
| Viewer | View-only access to projects |
PROJECT ACCESS
Control which team members can access specific projects. By default, all team members can see all projects.
Team-Wide Access
All members can access all team projects (default).
Project-Level Access
Restrict access to specific projects per member.