# Thareja API Documentation ## Docs - [Create Client](https://developers.thareja.ai/api-reference/client/create.md): Create a new client with billing configuration, budget settings, and contact information - [Create Meeting](https://developers.thareja.ai/api-reference/meeting/add.md): Create a meeting request with another user. The recipient receives email and push notifications to confirm or reject. - [Create Project](https://developers.thareja.ai/api-reference/taskmanager/project/create.md): Creates a new project in the workspace with unique name and key - [Add Comment to Task](https://developers.thareja.ai/api-reference/taskmanager/task/comment/add.md): Add a comment to a task and notify relevant team members - [Get Task Comments](https://developers.thareja.ai/api-reference/taskmanager/task/comment/list.md): Retrieve all comments for a specific task in descending order (newest first) - [Create Task](https://developers.thareja.ai/api-reference/taskmanager/task/create.md): Creates a new task in the project - [Update Task Assignee](https://developers.thareja.ai/api-reference/taskmanager/task/updateassignee.md): Change assignee for this task - [Create Team](https://developers.thareja.ai/api-reference/team/create.md): Creates a new team - [Get Teams](https://developers.thareja.ai/api-reference/team/list.md): Returns all the teams the user has access to. - [Send Team Invitation](https://developers.thareja.ai/api-reference/team/sendInvitation.md): Send an invitation to a user to join a team with specified role and payment settings - [Create Schedule](https://developers.thareja.ai/api-reference/timemanagement/schedule/create.md): Create work schedules for team members with support for one-time, weekly, or bi-weekly recurrence - [Delete Schedule](https://developers.thareja.ai/api-reference/timemanagement/schedule/delete.md): Delete a single schedule occurrence or all future occurrences. Only managers and owners can delete schedules. - [User Login](https://developers.thareja.ai/api-reference/user/login.md): Authenticate a user with email and password. Returns user details and authentication token. - [Register User](https://developers.thareja.ai/api-reference/user/register.md): Create a new user account with automatic organization setup and email verification - [Forgot Password](https://developers.thareja.ai/api-reference/user/resetpassword.md): Request a password reset link to be sent via email. Generates a token and invalidates all active sessions. ## OpenAPI Specs - [openapi](https://developers.thareja.ai/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs)