> For the complete documentation index, see [llms.txt](https://docs.steadybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.steadybit.com/install-and-configure/manage-teams-and-users/teams.md).

# Teams

Teams are the grouping element for multiple users. Each team consists of multiple users and has its own permissions for environments and attacks, allowing fine-grained access control for your experiments. Creating teams requires the `admin` permission. A team can also have owners, who manage the team and its members.

## Default Team: Administrators

By default, one team is created called `Administrators` (key: `ADM`). It contains only the first user of Steadybit and has access to the [Global environment](/install-and-configure/manage-environments.md).

## Creating Teams

In the create dialog, you first enter a **name** for the team. The name can be edited after creation by admins or team owners.

You must enter a **key** for the team consisting of one to eight characters. The key cannot be changed after the creation. Each experiment belonging to this team is assigned an identifier with the team key as a prefix.

## Permissions

In the edit/create dialog, admins can control

* which attacks a team is allowed to execute, and
* which [environments](/install-and-configure/manage-environments.md) — and therefore which targets — the team is allowed to operate on.

You can think of it as the maximum blast radius this team can attack.

If permissions for teams with existing experiments are removed, the blast radius of the experiments is not widened. If you add permissions to teams with existing experiments, the new permissions will be applied to the experiments.

## Managing Team Members

Admins or team owners can add members to or remove members from the team, and assign them either the `member` or `owner` role.

## Integrations

Team and team member management can be automated by the [OIDC Integration](/install-and-configure/install-on-prem-platform/oidc-integration.md) and [LDAP Integration](/install-and-configure/install-on-prem-platform/ldap-integration.md).
