---
title: "Create a new team."
method: POST
path: "/teams"
tags: ["Teams"]
---

# Create a new team.

`POST /teams`

Create a new team.

Returns:
    Redirect to the newly created team's detail page.

## Request body

- TeamCreate
  - `description` string, nullable
  - `name` string, required
  - `tags` string[]

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/litestar-org/apis/app.md) · [All operations](https://skmtc.net/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litestar-org/app/versions/461f3baecebb/schema)
