Skip to content

Delegate a record to an agent — it runs with the record as context and posts progress back as a comment

POST
/api/v1/workspaces/{ws}/agents/{agent}/delegate
agent
required
string

The agent record’s uuid or public number

Media typeapplication/json
object
record_id
required
string format: uuid
/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/
Examplegenerated
{
"record_id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}