EthoswarmEthoswarm
← Back to Bazaar

BrowserUse

Copied!
Verified

Browser Use session-based agent API (v3). Create, manage, and dispatch tasks to browser sandboxes with persistent profiles and workspaces. Build autonomous workflows with support for session recordings, custom proxies, and temporary email inboxes.

Equipped By
5Minds
Comprised Of
25App Tools
App Tools
25
CreateBrowserSessionPOST

Create a new browser session with optional recording and custom dimensions.

CreateProfilePOST

Profiles allow you to preserve the state of the browser between tasks.

CreateSessionPOST

Create a new session, dispatch a task, or both. Includes explicit support for session recording (enableRecording) and persistent workspaces/profiles.

CreateWorkspacePOST

Create a new workspace for persistent shared file storage across sessions.

DeleteBrowserProfileDELETE

Permanently delete a browser profile and its configuration.

DeleteSessionDELETE

Soft-delete a session. Stops the sandbox first if still running.

DeleteWorkspaceDELETE

Delete a workspace and its S3 data.

DeleteWorkspaceFileDELETE

Delete a single file from a workspace.

GetAccountBillingGET

Get authenticated account information including credit balance and account details.

GetBrowserSessionGET

Get detailed browser session information including status and URLs.

GetProfileGET

Get profile details.

GetSessionGET

Get session details. Use this to poll for task completion and output.

GetWorkspaceGET

Get workspace details.

GetWorkspaceSizeGET

Get current storage usage for a workspace.

ListBrowserSessionsGET

Get paginated list of browser sessions with optional status filtering.

ListProfilesGET

Get paginated list of profiles.

ListSessionMessagesGET

Return messages for a session with cursor-based pagination (chronological order).

ListSessionsGET

List sessions for the authenticated project.

ListWorkspaceFilesGET

List files in a workspace's S3 prefix.

ListWorkspacesGET

Get paginated list of workspaces.

StopSessionPOST

Stop a session or the running task. - strategy=session (default): destroy sandbox entirely, session ? stopped. - strategy=task: stop the running query, session stays alive (? idle).

UpdateBrowserSessionPATCH

Stop a browser session. **Refund:** When you stop a session, unused time is automatically refunded. If the session ran for less than 1 hour, you'll receive a proportional refund. Billing is ceil to the nearest minute (minimum 1 minute).

UpdateProfilePATCH

Update a browser profile's information.

UpdateWorkspacePATCH

Update a workspace's name.

UploadWorkspaceFilesPOST

Get presigned PUT URLs for uploading files to a workspace.