Websocket > Authentication for the web socket collector
Authentication for Manufactory’s websocket requires a POST request to /auth with project credentials and actor profile details, generating a client UUID valid for 12 hours.
Before you can start sending data to Manufactory, you need to fill the config file with the following values.
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.org_id: xyzproject_id: 12345project_key: b0iqA8ezfhPgacy32PybGWghRkGrOo9H
manufactory-agent
and config.yaml
file should be within the same folder.
Websocket > Authentication for the web socket collector