This is manufacturer-focused: your users become Hyperwisor manufacturers
who create products. It is separate from end-user account linking (e.g. Alexa).
What your users get
- One-click “Connect Hyperwisor” (standard OAuth — they sign in / sign up on Hyperwisor).
- Their project is created as an IoT product in Hyperwisor, owned by them.
- A QR code you render in your own UI — their customers scan it in the Hyperwisor app to onboard the physical device.
- Secure devices out of the box (each device gets a unique on-chip identity — see Firmware SDK).
The flow
1
Connect
Your user clicks Connect Hyperwisor. You redirect them to Hyperwisor’s
authorize page; they log in and approve. You receive an access token.
See Connect with Hyperwisor.
2
Create the product
Your user clicks Create this project as an IoT product. Your backend calls
the Partner API with a fixed-format board description. Hyperwisor creates the
product and returns a
product_id + QR. See Create Products.3
Show the QR & flash
You render the returned QR in your UI. The board is flashed with the Hyperwisor
firmware; the end user scans the QR in the Hyperwisor app to onboard it.
What you’ll need
To get a
client_id, contact Hyperwisor to have your platform registered as a
partner. You’ll receive credentials and your redirect URIs will be allow-listed.
