---
title: "Api Create Team"
method: POST
path: "/api/teams"
tags: ["Teams"]
---

# Api Create Team

`POST /api/teams`

Create a new team/organization. Creator becomes team admin.

## Request body

- CreateTeamRequest
  - `name` string, required
  - `plan` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/95960849edcd/schema)
