Skip to content

Device Registration

Edge devices register using a registration key created in tenant settings. Registration is always outbound from the customer site.

  1. Go to SettingsEdge registration keys (/settings/edge-registration-keys).

  2. Create a key with label, optional expiry, and usage limits.

  3. Copy the key securely — it is shown once.

  4. On the device TUI, enter account name (tenant slug), ingest URL (e.g. https://ingest.cloud.monozu.io), and the registration key.

  5. On success the device receives a device ID and API key for subsequent ingest and command channels.

POST /api/v1/devices/register accepts account_name, cloud_server / ingest_server, and registration_key. Invalid credentials return unauthorized without revealing which field failed.