Add A New Task
Add a new task.
Path Parameters
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
Body
Represents a task within the system, including its configuration, expected output, and optional form fields.
A detailed description of the task.
The name of the task.
Unique identifier for the task.
Identifier of the agent associated with the task.
Indicates if the task is executed asynchronously.
Contextual information related to the task.
Indicates if only the final output should be displayed.
The expected output of the task.
Array of form field configurations associated with the task.
Indicates if the task is hidden from standard views.
Icon associated with the task, either an attachment or an object containing the icon details.
Indicates if the output of the task is structured.
Identifier of the organization to which the task belongs.
The file output of the task.
The JSON output of the task.
The Pydantic output of the task.
Indicates if the task requires human input.
Identifier of the team to which the task belongs.
List of tool identifiers associated with the task.