Create a new team
Team
Create a new team
Creates a new team. The authenticated user becomes the owner automatically. A personal team is also created during registration; this endpoint is for creating additional teams.
POST
Create a new team
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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 for the new team.
Required string length:
1 - 100Example:
"My AI Team"
Response
Team created
UUID of the created or updated resource.
Example:
"019abc12-3456-7890-abcd-ef1234567890"
