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).

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

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