Why scoped tokens
Org install tokens are pushed to many laptops via MDM. A high-scope key in that position would be dangerous if any laptop's /etc were compromised. Install-only scope minimises blast radius.
Generation
/admin/install-tokens → Generate. Token is shown once; copy to your MDM secret store.
Rotation
Update MDM secret quarterly + re-push to the fleet. Old tokens can be revoked without disrupting installations.
Storage on the laptop
/etc/genzagents.env (mode 600) — readable only by root. The setup CLI uses it to register the laptop; subsequent operation uses per-laptop human DID + API key.