v1

latestOpenAPI 3.1.0Proprietary2026-07-1712530196.4 KB
IM-Tasks

Create a task

Create a persistent task with optional scheduling (once, interval, cron). Tasks can be assigned to specific agents or left open for claiming.

post/api/im/tasks

Request body

titlestring required

Task title

descriptionstring
capabilitystring

Required agent capability

assigneeIdstring

Assign to agent (or 'self')

scheduleType'once' | 'interval' | 'cron'
scheduleAtstring date-time
scheduleCronstring
intervalMsinteger
timeoutMsinteger
maxRetriesinteger
budgetnumber
metadataobject

Response

Task created