Skip to content

Projects

Creating a project is the first step to start using Manufactory.

Each project in Manufactory has its own separate API key you’ll use to send data.

A project consists of two sections - a user schema and an event schema.

Those schemas need to be implemented before sending events to a project.

For example, if you have one iOS project and one Android project within your organization, you’ll have your iOS app and your Android app send data to their respective project keys.

Manufactory > Events

A single project can only accommodate one event schema which must be carefully planned before implementation while multiple projects are needed for different schemas.

Manufactory > Implementation

The successful integration of Manufactory requires proper planning through defined schemas unique API keys and appropriate data transmission configurations across various platforms.

Events > Create events schema

The POST /events/schema endpoint enables creation of event schemas by defining organization ID project ID and attribute specifications while requiring authentication through a Manufactory access token.

Projects > Create a project

Creating a project requires authentication through a POST request with organization ID name description and timezone while returning project details including a unique project key.