Organizations
Create a team
Creates a new team within the given organization. Only an org_admin of that organization may call this. Team names must be unique within the organization (an exact, case-sensitive match) — a duplicate returns 409.
POST
/api/v1/orgs/:orgId/teamsAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
Body
namerequiredstring
Team name; leading/trailing whitespace is trimmed.
costCenterCodestring | null
Optional cost-center code, a plain string field with no format validation.
monthlyBudgetnumber | null
Optional monthly budget figure in USD, with no range validation.
Response examples