---
title: "Create a group"
method: POST
path: "/groups"
tags: ["Management"]
---

# Create a group

`POST /groups`

Create a new group

## Request body

- Group
  - `id` integer
  - `name` string
  - `project_name` string
  - `project_id` integer
  - `agents_count` integer

## Response `201`

Successfully created group

## Changes

> 50 revisions in range; 1 could not be searched.

- **2021-01-31** `ecd12e02213d` — 1 info
  - added optional request body
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/groups/post.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
