Skip to main content
POST
Run an Automation

Authorizations

Authorization
string
header
required

Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.

Path Parameters

organisation_id
string<ulid>
required
automation_id
string<ulid>
required

Body

application/json
prompt
string
required
maxSteps
integer

The maximum number of steps the agent can take.

webhookUrl
string<uri>

The webhook URL to send the run results to.

Response

202 - application/json

Accepted

runId
string<ulid>
required