Computer Actions
Press key
Press a single key or a key combination like ctrl+c.
POST
Presses a key or key combination. Pass modifiers joined with
+ (for example ctrl+shift+t).
Path parameters
string
required
Computer ID (UUID).
Query parameters
string
Which screen to act on. Omit for the screen the
computer booted with. An unknown id returns
404 rather than falling back —
silently acting on the default would put this on somebody else’s desktop.Body parameters
string
required
Key or key combination to press.
Common keys
Common combinations
Response
boolean
true if the key was pressed.string
Always
key_press.Example
Response
Errors
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Query Parameters
Which screen to act on. Omit for the boot screen. An unknown id returns 404 rather than falling back.
Body
application/json
Key or key combination (e.g., Enter, Tab, ctrl+c, alt+F4)
Example:
"Enter"
Response
Key pressed
Example:
true