keel_create_task
Create a compliance task in your workspace with an optional due date and description. Returns the new task ID to track follow-up actions.
Instructions
Create a compliance task in the workspace. Returns the new task id. Note: an unparseable dueAt is silently ignored by the API and the task is created without a due date, so send a valid ISO-8601 value or omit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueAt | No | Optional due date as an ISO-8601 date-time (e.g. 2026-09-01T00:00:00Z). | |
| title | Yes | Short task title (required). | |
| description | No | Optional longer description. |