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

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

Example