Skip to content

Approve a payment-tier session

POST
/api/v1/browser-sessions/{session_id}/approve

Approves a payment-tier browser session that is awaiting human approval. Triggers sandbox launch.

Authorizations

Parameters

Path Parameters

session_id
required

The browser session UUID

string format: uuid

The browser session UUID

Responses

200

Successful Response

Result returned after a browser session lifecycle event.

Returned by request_session(), on_approval(), and complete_session() to give callers the current state.

Attributes: session_id: Unique session identifier. status: Current lifecycle status. approval_id: AutonomyEngine approval request ID (payment tier). recording_gcs_path: GCS path to rrweb recording JSON. summary: Structured session summary. screenshots: List of GCS screenshot paths. credits_consumed: Credits used during the session. duration_ms: Session duration in milliseconds. error_message: Error description if session failed.

object
approval_id
Any of:
string
credits_consumed
integer
duration_ms
Any of:
integer
error_message
Any of:
string
recording_gcs_path
Any of:
string
screenshots
Array<string>
session_id
required
string format: uuid
status
required

Lifecycle states for a browser session.

string
Allowed values: pending approved running completed failed timeout
summary
Any of:
object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string