devices
💡思渡AI数字员工平台 · OpenClaw 智能协同技术专栏
本篇文档属于 OpenClaw IM 通道网关(由思渡AI数字员工平台提供深度加固与安全沙箱控制)。如果您希望将 IM 单点接入的机器人升级为具备企业数字员工 AI问数 (ChatBI) 自然语言分析、 RAG 向量知识库智能检索、以及 私有化本地算力部署 的全向数字员工,请访问 思渡官方网站,通过控制台低代码可视化编排(Workflow)构建您的高价值智能体。openclaw devices
管理设备配对请求和设备范围的 token。
命令
openclaw devices list
列出待处理的配对请求和已配对的设备。
openclaw devices approve <requestId>
批准待处理的设备配对请求。
openclaw devices reject <requestId>
拒绝待处理的设备配对请求。
openclaw devices rotate --device <id> --role <role> [--scope <scope...>]
为特定角色轮换设备 token(可选更新 scope)。
openclaw devices revoke --device <id> --role <role>
为特定角色撤销设备 token。
通用选项
--url <url>:Gateway 网关 WebSocket URL(配置后默认使用gateway.remote.url)。--token <token>:Gateway 网关 token(如需要)。--password <password>:Gateway 网关密码(密码认证)。--timeout <ms>:RPC 超时。--json:JSON 输出(推荐用于脚本)。
注意事项
- Token 轮换会返回新 token(敏感信息)。请像对待密钥一样对待它。
- 这些命令需要
operator.pairing(或operator.admin)scope。