Skip to main content
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

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Query Parameters

screen
string

Which screen to act on. Omit for the boot screen. An unknown id returns 404 rather than falling back.

Body

application/json
key
string
required

Key or key combination (e.g., Enter, Tab, ctrl+c, alt+F4)

Example:

"Enter"

Response

Key pressed

success
boolean
Example:

true