API Reference
Run Agent
Initiates an execution run for the specified agent.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · object
Input data for the agent run.
Arbitrary JSON object containing parameters for the agent run.
Response
202
application/json
Run request accepted and queued for execution.
The response is of type object
.