Device Registration
Edge devices register using a registration key created in tenant settings. Registration is always outbound from the customer site.
Prerequisites
Section titled “Prerequisites”settings.edge_registration_keys.manage(or Admin)- EdgeZu installed per Hardware Requirements and First Boot
Create a registration key
Section titled “Create a registration key”-
Go to Settings → Edge registration keys (
/settings/edge-registration-keys). -
Create a key with label, optional expiry, and usage limits.
-
Copy the key securely — it is shown once.
-
On the device TUI, enter account name (tenant slug), ingest URL (e.g.
https://ingest.cloud.monozu.io), and the registration key. -
On success the device receives a device ID and API key for subsequent ingest and command channels.
API flow (reference)
Section titled “API flow (reference)”POST /api/v1/devices/register accepts account_name, cloud_server / ingest_server, and registration_key. Invalid credentials return unauthorized without revealing which field failed.