Creates a new Task in the system with the specified parameters.
This method initiates a new task with a unique ID (either provided or auto-generated), sets the initial task state to STATUS_CREATED, and establishes task ownership. The task can be assigned to a specific agent through the Relations field.
Once created, a task enters the lifecycle workflow and can be tracked, updated, and managed through other Tasks API endpoints.
Bearer authentication of the form Bearer <token>, where token is your auth token.
If non-empty, will set the requested Task ID, otherwise will generate a new random GUID. Will reject if supplied Task ID does not match [A-Za-z0-9_-.]36.
Human readable display name for this Task, should be short (<100 chars).
DEPRECATED: Human readable display name for this task, should be short (<100 chars).
Any related Tasks associated with this, typically includes an assignee for this task and/or a parent.
If populated, indicates an initial set of entities that can be used to execute an entity aware task For example, an entity Objective, an entity Keep In Zone, etc. These will not be updated during execution. If a taskable agent needs continuous updates on the entities from the COP, can call entity-manager, or use an AlternateId escape hatch.