> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synapsai.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a team

> Create a team to share model deployments and API keys with team members

Creating a team allows you to share model deployments, API keys, resources, and more with team members.

Team features:

* Audit Logs
* Use role-based access control (RBAC) to control access to model deployments and API keys for team members
* Require team members to have 2FA enabled
* Manage team members

<Steps>
  <Step title="Create a team">
    <Card title="Create a team" icon="users" href="https://platform.synapsai.cloud/team">
      Create a team
    </Card>

    You can then choose a name, write a description, and finally create the team by clicking the **"Create team"** button.
  </Step>

  <Step title="Invite team members">
    Once the team is created, you can invite team members by navigating to the **"Pending Invites"** tab and clicking the **"Generate New Invite"** button. Select the [role](#team-roles) of the team member and click **"Generate Link"**. You can then copy the invite link and send it to the team member.
  </Step>

  <Step title="Manage team members and settings">
    Once the team is created, you can manage team members by navigating to the **"Members"** tab. You can also manage team settings by navigating to the **"Settings"** tab to enable 2FA for team members.
  </Step>

  <Step title="Audit logs">
    Once the team is created, you can view audit logs by navigating to the **"Audit Logs"** tab. This will show you all actions taken by team members.
  </Step>

  <Step title="That's it!">
    You can now use your team to share model deployments and API keys with team members.
  </Step>
</Steps>

## Team Roles

Different team member roles have different permissions:

* **Admin** permissions:
  * Manage team members
  * Manage team settings
  * View audit logs
  * Manage API keys
  * Manage model deployments
  * Manage billing

* **Developer** permissions:
  * Manage API keys
  * Manage model deployments

* **Basic** permissions:
  * View model deployments
