Endpoints
Computer Action
Execute computer actions in the virtual desktop environment
Execute actions like mouse movements, clicks, keyboard input, and screenshots in the Bytebot desktop environment.
Request
The type of computer action to perform. Must be one of: move_mouse
,
click_mouse
, drag_mouse
, scroll
, press_key
, type_text
, wait
,
screenshot
, cursor_position
.
Mouse Actions
Keyboard Actions
System Actions
Response
Indicates if the operation was successful.
Action-specific response data.
Error message if success
is false
.