Skip to main content
POST
Create a new team

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Body

application/json
display_name
string
required

Display name for the new team.

Required string length: 1 - 100
Example:

"My AI Team"

Response

Team created

id
string<uuid>
required

UUID of the created or updated resource.

Example:

"019abc12-3456-7890-abcd-ef1234567890"