Skip to content

Authentication for the agent collector

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.

Manufactory > Authentication

Secure authentication is provided through private agreements with customers, with specific authentication methods kept confidential for security reasons.

Manufactory > Authentication

Secure authentication is provided through private agreements with customers, with specific authentication methods kept confidential for security reasons.

Actors > Create actors schema

The POST /actors/schema endpoint allows creation of actor schemas by specifying organization ID, project ID, attributes with data types, and a unique identifier field while requiring authentication via a Manufactory access token.