Skip to main content
// TEAM SETUP

BUILD YOUR TEAM.

Set up your team, invite members, and configure roles and permissions for collaborative deployments.

01

CREATE A TEAM

Teams allow you to collaborate with others on projects. Create a team from the dashboard or via CLI.

bash
# Create a new team
boottify teams create "My Team"

# Or create with a slug
boottify teams create "My Team" --slug my-team

You can also create teams from the dashboard by clicking New Team in the team dropdown.

02

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

bash
# 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 admin
03

TEAM ROLES

Assign roles to control what team members can do. Roles determine access to projects, settings, and billing.

RolePermissions
OwnerFull access, billing, delete team
AdminManage members, projects, settings
MemberDeploy, view projects, create projects
ViewerView-only access to projects
04

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.