Execute a batch of computer actions sequentially
Execute an ordered list of computer actions in a single API call. Actions are performed sequentially while holding an exclusive lock, so no other input operations can interleave. Execution stops on the first error and the response indicates which action failed. This is useful for chaining deterministic sequences of mouse and keyboard actions without paying network round-trip latency for each individual action.
post/computer/batch
Request body
Response
Batch executed successfully