Create a custom task
Create a new custom Task in the catalogue.
The task_id is derived deterministically from task_name, so
re-submitting the same name returns 409. Custom Tasks are immediately
matchable.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
The composed task name. Must satisfy the same structural heuristics enforced by POST /tasks/validate (length 15–320, ≥3 words, ≤30% non-letter characters); a candidate that fails them is rejected with 422.
"Review quarterly performance reports for direct reports"
Optional free-text label recording where this Task originated (for example the system or workflow that created it). Stored with the Task for attribution and not returned by the read endpoints.
100"workforce-planning-import"