Endpoints
Run an agent
Creates a new session and starts execution of the specified agent
POST
/
run-agent
/
{agent_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Bearer token for authentication
Path Parameters
The unique identifier of the agent to run
Body
application/json
The ID of the browser instance to use
Input parameters for the agent
Maximum number of retry attempts
Response
200 - application/json
The unique identifier for the created session