agents
agents
agents
Create Agent Run
Create a new agent run.
Creates and initiates a long-running agent process based on the provided prompt. The process will complete asynchronously, and the response contains the agent run ID which can be used to check the status later. The requesting user must be a member of the specified organization.
This endpoint accepts both a text prompt and an optional image file upload.
Rate limit: 10 requests per minute.
post/v1/organizations/{org_id}/agent/run
Path parameters
org_idinteger required
Headers
{"stackTrail":"paths:/v1/organizations/{org_id}/agent/run:post:parameters:1:schema","oasType":"schema","type":"unknown","title":"Authorization"}
Request body
Response
Successful Response