clawdia devices
Manage device pairing requests and device-scoped tokens.
Commands
clawdia devices list
List pending pairing requests and paired devices.
clawdia devices approve <requestId>
Approve a pending device pairing request.
clawdia devices reject <requestId>
Reject a pending device pairing request.
clawdia devices rotate --device <id> --role <role> [--scope <scope...>]
Rotate a device token for a specific role (optionally updating scopes).
clawdia devices revoke --device <id> --role <role>
Revoke a device token for a specific role.
Common options
--url <url>: Gateway WebSocket URL (defaults togateway.remote.urlwhen configured).--token <token>: Gateway token (if required).--password <password>: Gateway password (password auth).--timeout <ms>: RPC timeout.--json: JSON output (recommended for scripting).
Notes
- Token rotation returns a new token (sensitive). Treat it like a secret.
- These commands require
operator.pairing(oroperator.admin) scope.
