CreateTeamRequest

Body for creating a new team. Slug is optional — when omitted it is auto-generated from the name using a URL-safe slug normalizer. Slug must match ^[a-z0-9][a-z0-9-]{0,62}$ and must be unique within the organization.

  • name
    Type: string
    min length:  
    1
    max length:  
    64
    required

    Display name (e.g. "London", "Engineering").

  • slug
    Type: string

    Optional URL-safe slug. When omitted, generated from name. Pattern ^[a-z0-9][a-z0-9-]{0,62}$. Lowercased and trimmed automatically.