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 withDocumentation Index
Fetch the complete documentation index at: https://docs.orgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
+ (for example ctrl+shift+t).
Path parameters
Computer ID (UUID).
Body parameters
Key or key combination to press.
Common keys
| Key | Description |
|---|---|
Enter | Enter/Return key |
Tab | Tab key |
Escape | Escape key |
Backspace | Backspace key |
Delete | Delete key |
Up, Down, Left, Right | Arrow keys |
Home, End | Home/End keys |
Page_Up, Page_Down | Page navigation |
F1-F12 | Function keys |
Common combinations
| Combination | Description |
|---|---|
ctrl+c | Copy |
ctrl+v | Paste |
ctrl+a | Select all |
ctrl+s | Save |
alt+Tab | Switch windows |
alt+F4 | Close window |
ctrl+shift+t | Reopen closed tab |
Response
true if the key was pressed.Always
key_press.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Missing key, or computer instance not available. |
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
Key or key combination (e.g., Enter, Tab, ctrl+c, alt+F4)
Example:
"Enter"
Response
Key pressed
Example:
true