---
title: "Create team"
method: POST
path: "/api/v1/fleet/teams"
---

# Create team

`POST /api/v1/fleet/teams`

## Request body

- TeamCreateRequest
  - `name` string, required
  - `description` string
  - `agent_options` string

## Response `200`

Team created successfully

- Team
  - `id` integer
  - `name` string
  - `description` string
  - `agent_options` string
  - `secrets` object[]
    - `secret` string
    - `created_at` string, date-time
    - `team_id` integer

---

[API](https://skmtc.dev/fleetdm/apis/fleet-premium-api.md) · [All operations](https://skmtc.dev/fleetdm/apis/fleet-premium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fleetdm/fleet-premium-api/revisions/9004d0919791/schema)
