Skip to main content
POST
Create Task For Agent With Stream

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