Agents

Create v2 run

Creates a v2 run in queued state. Call POST /agent/v2/run/:id/exec to start execution on the Daytona runtime.

post/agent/v2/run

Request body

agentIdstring required
promptstring required
guidancestring nullable
modelstring nullable
objectIdsstring[] nullable
callbackUrlstring uri nullable

Response

Run created in queued state

idstring
agentIdstring
status'queued'
objectIdsstring[] nullable
createdAtstring date-time

Changes