---
title: "Criar um grupo de projetos"
method: POST
path: "/api/management/project-groups"
tags: ["project-groups"]
---

# Criar um grupo de projetos

`POST /api/management/project-groups`

Cria um grupo de projetos vazio. O nome é obrigatório e não pode conter HTML. Depois de criado, use a rota de associação para incluir projetos no grupo.

## Request body

- object
  - `name` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `project_group` object
    - `id` string
    - `name` string

## Other responses

- `422` — Erro de validação

## Changes

- **2026-09-18** `0abcbb399fb0` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `422`
- **2026-09-18** `626cc36dd5e6` — 1 info
  - added optional request body

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/project-groups/post.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
