Create team
Creates a team and attaches you as a member. Answers **201** with the team document and a `Location` header pointing at the new resource.
**Body** (JSON):
- `name` (string, required, max 60) — team name.
Requires a full-access token (read-only tokens answer 403). Validation failures answer 422 with a JSON:API `errors` document.
Authentication
AuthorizationBearer
Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.
Request
This endpoint expects an object.
name
Response headers
Location
Response
201 - Team created
data
jsonapi

