---
title: "Create group"
method: POST
path: "/v1/manage/group"
---

# Create group

`POST /v1/manage/group`

Create a new group in your organization

## Request body

- CreateGroupRequest
  - `name` string, required — The name of the group
  - `monthly_limit` number, double — Monthly spending limit for the group. 0 means unlimited.

## Response `200`

Group created successfully

- CreateGroupResponse
  - `group_id` string, uuid, required — The ID of the created group

## Other responses

- `400` — Bad request - malformed payload or invalid parameters.
- `401` — Unauthorized - missing or empty Authorization header.
- `402` — Payment required - organization balance exhausted.
- `403` — Forbidden - invalid token or model not in access list.
- `404` — Not found - provider/model not supported.
- `429` — Rate limit exceeded. Retry after the Retry-After header value.
- `500` — Internal server error.
- `502` — Bad gateway - upstream provider returned an invalid response.

---

[API](https://skmtc.dev/requesty/apis/requesty-api.md) · [All operations](https://skmtc.dev/requesty/apis/requesty-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/requesty/requesty-api/revisions/63bc7d99ccde/schema)
