Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization_id
string<ulid>
required

The ID of the parent organization.

label
string
required

The human-readable label of the team.

project_permissions
string[]

Project permissions that are granted to the team.

Response

Created

id
string<ulid>

The ID of the team.

organization_id
string<ulid>

The ID of the parent organization.

label
string

The human-readable label of the team.

project_permissions
enum<string>[]

Project permissions that are granted to the team.

Available options:
admin,
viewer,
development:admin,
development:contributor,
development:viewer,
staging:admin,
staging:contributor,
staging:viewer,
production:admin,
production:contributor,
production:viewer
counts
object
created_at
string<date-time>

The date and time when the team was created.

updated_at
string<date-time>

The date and time when the team was last updated.

Last modified on June 16, 2026