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).
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
Body
application/json
Key or key combination (e.g., Enter, Tab, ctrl+c, alt+F4)
Example:
"Enter"
Response
Key pressed
Example:
true