Computer Actions
Click mouse
Perform a left, right, or double click at given screen coordinates.
POST
Performs a mouse click at the specified coordinates.
Path parameters
Computer ID (UUID).
Body parameters
X coordinate (pixels from left edge).
Y coordinate (pixels from top edge).
Mouse button:
left or right.If
true, performs a double-click. When double is set, button is ignored.Response
true if the click was performed.Action name:
click or double_click.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Computer instance not available (not running). |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Upstream desktop agent failure. |
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Response
Click performed
Example:
true