Skip to main content
POST
Initialize

Description

Initializes the Rusty Browser agent. Call this once before creating any browser sessions to ensure the server is ready. Returns the agent version and status.

Authentication

No authentication required.

Request Body

No request body required.

Response

function
string
Name of the agent function.
status
string
Initialization status. initialized on success.
version
string
Version string of the running agent.

Example