Infuse-IoT Cloud

Networks

Create and manage Infuse-IoT Cloud device networks.

Networks represent device connectivity domains. Use them when your product needs to separate devices, gateways, or deployments by a shared network identity and key.

If your deployment model does not separate devices by network, keep your network convention simple and document how your backend chooses the network used during provisioning.

Networks In The Console

Open Infuse IoT > Networks to view networks for the linked Infuse IoT organisation.

The network list shows:

  • network name,
  • description,
  • numeric network ID,
  • update time.

Create A Network

From Infuse IoT > Networks, select Add network and provide:

FieldUse
NameHuman-readable network name.
DescriptionOperational context for the network.
Network IDNumeric network identifier.
KeyBase64-encoded 32-byte network key.

Treat network keys as sensitive operational material. Do not place them in public examples, repositories, browser code, or customer-visible logs.

API Workflows

Use the API when networks are created by deployment automation or need to be reconciled between environments.

TaskEndpoint
List networksGET /network
Create a networkPOST /network

For request schemas and response shapes, see the Infuse-IoT Cloud API reference.