Create a team
umami_create_teamCreate a team to group websites and members under shared access, and generate an access code for others to join.
Instructions
Create a team in Umami. Teams group websites and members under shared access, separate from personal accounts. Useful for keeping one client's or one product line's websites together with a dedicated access code.
Args:
name (string, required): Team name.
Returns: { "id": string, "name": string, "access_code": string }
The access_code can be shared with someone else so they can self-join via umami_join_team, instead of you adding them one by one.
Examples:
"Create a team to hold all the Gradeline sites" -> name="Gradeline"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Team name. |