Skip to main content
POST
Create group
Create a new group in your organization.
monthly_limit is interpreted according to your organization’s budget mode: in Group Budget mode it sets the group’s total monthly budget, in Global mode it sets the monthly limit applied to each member of the group.
In Group Budget mode, monthly_limit is deprecated and will soon be migrated to monthly_budget.

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json
name
string
required

The name of the group

Example:

"Engineering Team"

monthly_limit
number<double>

Monthly spending limit for the group. 0 means unlimited.

Example:

1000

Response

Group created successfully

group_id
string<uuid>
required

The ID of the created group

Example:

"123e4567-e89b-12d3-a456-426614174000"

Last modified on August 12, 2026