Skip to content

Build with the Infrastructure API

The Infrastructure API defines where Beam devices live and which networks they can reach. Use it to create networks first, then create sites with routes that reference those networks, and finally register devices against those sites through the Fleets API.

DetailValue
Base path/api/v1/projects/{project_name}/infra/
ScopeProject
ReferenceInfrastructure API reference

Networks represent logical network segments. Their status includes:

  • status.owner
  • status.scope

These are valid sort and filter fields for the network list endpoint.

Sites represent locations where devices operate. A site can include routes that reference one or more networks, which is why site creation usually comes after network creation.

  1. List existing networks and sites.
  2. Create the networks you need.
  3. Create sites with routes that reference those networks.
  4. Register Beam devices to those sites through the Fleets API.
  5. Remove dependent references before deleting sites or networks.
© 2026 MediaKind. All rights reserved.