---
title: "Create team"
method: POST
path: "/beta/teams"
tags: ["Teams"]
---

# Create team

`POST /beta/teams`

Create a team.

## Request body

- CreateTeamInput
  - `name` string, required

## Response `201`

The created team

- CreateTeamOutput
  - `data` Team1, required
    - `id` string, required
    - `name` string, required

## Other responses

- `400` — Invalid value extracted from request context, Invalid value for: body
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
