Create Runtime Invocation
Submit durable AI work to a live runtime using the simplified invocation contract.
Authentication
AuthorizationBearer
Use Bearer <api-key>.
Path parameters
runtimeId
Headers
Idempotency-Key
Optional retry key for this billable operation. Reusing the same key with the same request replays the original successful response; reusing it with a different request returns 409.
Request
This endpoint expects an object.
act
OR
browserUse
OR
extract
OR
observe
OR
solveCaptcha
OR
stagehandAgent
Response
Accepted
action
createdAt
id
runId
runtimeId
status
durationMs
error
finishedAt
output
Any valid JSON value: object, array, string, number, boolean, or null.
startedAt
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error

