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

# Create a new team

`POST /v2/teams`

Only trusted users can create new teams.

## Headers

- `apikey` string, required
- `Client-Agent` string
- `X-Fields` string, mask

## Request body

- CreateTeamInput
  - `name` string, required — The name of the team. No profanity allowed!
  - `info` string — Extra information or comments about this team.

## Response `200`

Create Team

- ModifyTeam
  - `id` string — The ID of the team.
  - `name` string — The Name of the team.
  - `info` string — The Info of the team.

## Other responses

- `400` — Validation Error
- `401` — Invalid API Key
- `403` — Access Denied

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
