v1
protected
agent-tasks

Create Task For Agent Sync

Create and execute a task for the specified agent (synchronous response).

post/v1/agents/{agent_id}/tasks/sync

Path parameters

agent_idstring uuid required

Request body

descriptionstring required
parametersobject
project_idstring nullable
requires_human_approvalboolean nullable

Response

Successful Response

agent_idstring uuid required
created_atstring date-time required
descriptionstring required
execution_idstring nullable
idstring uuid required
parametersobject required
statusstring required
total_costnumber nullable

Changes