openclaw_device_pair_approve
Approve a pending device pairing request by supplying its request ID. This authorizes the device to connect.
Instructions
Approve a pending device pairing request. Requires operator.write scope. Wraps device.pair.approve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. | |
| requestId | Yes | Pairing request id from openclaw_device_pair_list (pending entries) |