Authentication
Before you can start sending data to 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.
Related articles
Collecting Events via Websocket > Authentication
Authentication is required to send data to Manufactory via a web socket, which can be done using the POST /auth endpoint with the project key, org ID, project ID, and actor profile details in the request header and body.
Manufactory > Authentication
Customized authentication is available for Manufactory customers through prior agreement and discussion with the Tallyfy team.
Actors > Create actors schema
This endpoint allows you to create an actors schema by specifying the required attributes and their data types.
Actors > Get actors schema
The endpoint retrieves the actors schema for a specific project, including attributes like city, country, email, and username.