Endpoints
Run an agent
Creates a new session and starts execution of the specified agent
POST
/
run-agent
/
{agent_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Authorization
string
requiredBearer token for authentication
Path Parameters
agent_id
string
requiredThe unique identifier of the agent to run
Body
application/json
browser_id
string
requiredThe ID of the browser instance to use
agent_input
object
requiredInput parameters for the agent
max_retries
integer
default: 0Maximum number of retry attempts
Response
200 - application/json
session_id
string
The unique identifier for the created session