---
title: "Create team"
method: POST
path: "/teams"
---

# Create team

`POST /teams`

Create a new team

## Request body

- object
  - `name` string, required — The name of the team.

## Response `201`

The team has been successfully created

- object
  - `id` integer — The ID of the newly created team in Aikido.

## Other responses

- `400` — One or more of the provided fields are invalid.

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/versions/5445e7c21137/schema)
