Skip to main content
POST
Create Task For Agent Sync

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Body

application/json
description
string
required
attachments
string[] | null
execution
RunExecutionConfig · object | null

Caller-requested execution ceiling; governance may only tighten it.

parameters
Parameters · object
project_id
string | null
requires_human_approval
boolean | null
default:false
task_policy
PolicyDocument · object | null

Source policy document stored per scope.

Response

Successful Response

agent_id
string<uuid>
required
created_at
string
required
description
string
required
id
string<uuid>
required
parameters
Parameters · object
required
status
string
required
error
string | null
execution_id
string | null
failure_reason
string | null
result
total_cost
number | null