Documentation Index
Fetch the complete documentation index at: https://developers.thareja.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Create a new team in your workspace. Teams help organize projects and members together.
Request Body
The request body should contain the following fields:
The name of the new team. This will be displayed across the application.
Response
The unique identifier for the newly created team.
The timestamp when the team was created (ISO 8601 format).
Example Request
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.