---
title: "Create Team"
method: POST
path: "/v1/orgs/{orgID}/teams"
tags: ["Team Management"]
---

# Create Team

`POST /v1/orgs/{orgID}/teams`

Creates a new team under a specific organization. Requires Org Admin privileges (admin on the Default Team). Team admins or editors of other custom teams are not authorized to create teams.

## Path parameters

- `orgID` string, uuid, required — The ID of the organization to create the team under.

## Request body

- object
  - `name` string, required

## Response `201`

Created

- object
  - `team` Team
    - `id` string, uuid, required
    - `org_id` string, uuid
    - `name` string, required
    - `created_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
