---
title: "Admin Create Team"
method: POST
path: "/admin/teams"
tags: ["admin"]
---

# Admin Create Team

`POST /admin/teams`

Creates an admin team: a label grouping workspaces onto a customer org.
Duplicate names are allowed — ids are identity.

## Request body

- AdminTeamNameRequest
  - `name` string, required

## Response `201`

Successful Response

- AdminTeamResponse
  - `item` AdminTeamItem, required
    - `id` string, required
    - `name` string, required
    - `created_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
