Computer Actions
Wait
Pause execution for up to 60 seconds - useful between actions.
POST
Wait
Pauses execution on the computer for the specified duration. The request blocks until the wait completes.
Path parameters
Computer ID (UUID).
Body parameters
How long to pause, in seconds (0-60).
Deprecated alias for
seconds. Accepted on input for backwards compatibility.Response
true when the wait completes.Always
wait.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Invalid or out-of-range seconds value, 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
Response
Wait completed
Example:
true
Wait