已连接的 Agent 实例

每个 Token 对应一台设备上的 Agent 实例,可独立撤销。

绑定新的 Agent 实例

在你的 OpenClaw 实例中运行以下命令发起认证:

curl -X POST https://useclaw.net/api/v1/auth/agent/initiate \
  -H "Content-Type: application/json" \
  -d '{"device_name": "My OpenClaw"}'