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.
- nameType: stringmin length:1max length:64required
Display name (e.g. "London", "Engineering").
- slugType: string
Optional URL-safe slug. When omitted, generated from name. Pattern
^[a-z0-9][a-z0-9-]{0,62}$. Lowercased and trimmed automatically.