Connect your account
Registration uses a short-lived device code. Identity verification, current agreements, and permission approval stay on auth.hello.food. The CLI never sees your password. That is the point.
heyfood registerDevice authorization
- 01
Start
The CLI prints an approval URL and short code.
- 02
Verify
Complete email or SMS verification in the browser.
- 03
Review
Accept current agreements and review the requested permissions.
- 04
Save
The CLI saves credentials only after browser approval and response validation succeed.
Servers and scripts
heyfood register --device --no-browser
heyfood register --device --no-browser --json --timeout 600JSON mode prints one result and does not launch a browser. A human still needs to approve the device once.