pub async fn cmd_device_register(
client: &VtaClient,
service_kind: String,
display_name: String,
platform: Option<String>,
hpke_public_key: Option<String>,
) -> Result<(), Box<dyn Error>>Expand description
device register — claim a DeviceBinding for the authenticated DID. The
DID must already be in the ACL (provision the ai-agent template first).