Skip to content

Authentication for the agent collector

Authentication

Before you can start sending data to Tallyfy Manufactory, you need to fill the config file with the following values.

Required keys

  • org_id (required) string - Manufactory org ID.
  • project_id (required) number - The project ID associated with this schema.
  • project_key (required) string - of the project to be populated.

config.yaml

org_id: xyz
project_id: 12345
project_key: b0iqA8ezfhPgacy32PybGWghRkGrOo9H

manufactory-agent and config.yaml file should be within the same folder.

Collector > Collecting events via our CLI agent

The Tallyfy Manufactory collector agent provides a lightweight solution for off-loading API event transmission and enables data collection from IoT devices with limited computing power or connectivity constraints.

Websocket > Connect to our web socket server

Tallyfy Manufactory websocket connection requires authentication using client UUID and actor profile ID followed by pairing the connection with required keys including type org_id project_id actor_profile_id and client_uuid to enable real-time event transmission.

Manufactory > Collector

The Tallyfy Manufactory collector enables sending actor data and events through REST API websocket or CLI agent methods with data viewable in a custom interface after creating required schemas.