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

# astro organization team create

<Info>
  This command is only available on Astro.
</Info>

Create a new Team in your Organization.

## Usage

```sh wrap theme={null}
astro organization team create --name "<team-name>"
```

## Options

| Option          | Description                          | Valid Values                                                                                   |
| --------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------- |
| `--name`        | The Team's name.                     | String surrounded by quotation marks.                                                          |
| `--description` | A description for the Team.          | String surrounded by quotation marks.                                                          |
| `--role`        | The Team's role in the Organization. | Valid values are `ORGANIZATION_MEMBER`, `ORGANIZATION_BILLING_ADMIN`, or `ORGANIZATION_OWNER`. |

## Examples

```sh wrap theme={null}
# Invite a user to your Organization
astro organization team create --name "Billing Admins" --role ORGANIZATION_BILLING_ADMIN
```

## Related commands

* [`astro organization user update`](/docs/cli/v1.43/astro-organization-user-update)
* [`astro workspace user add`](/docs/cli/v1.43/astro-workspace-user-add)
