Alloy Codeless SDK

Below is a visual representation of the Alloy Codeless SDK integration.

Frontend installation steps (IDCA)

  • Set up NeuroID credentials in your Alloy Dashboard
  • Enable NeuroID in your Alloy Dashboard
    Navigate to Settings > SDK page on your Alloy Dashboard
  • Supply site_id

📘

Site Id

A NeuroId siteId is used to uniquely identify the Application form for which behavior data is collected.
The format begins with form_ followed by five characters and three numbers, e.g.: form_abcde123

For more detailed information how to enable NeuroID with Alloy Codeless SDK, please follow Alloy integration guide.

Backend API integration (IDO)

  • To start using the NeuroID signal for real time decisions in Alloy, you need to include two additional values (site_id and neuro_user_id) in your Alloy API call.
Alloy ParameterNeuroID ValueDescription
neuro_user_ididentityIdThe identityId is automatically generated when Alloy Codeless SDK is initialized.

Client needs to store identityIdidentifier and map it to it's internal UUID.
site_idsiteIdThe Site Id for your application can be found in the NeuroID JavaScript code snippet. For Mobile SDK installations siteId will be provided by NeuroID.

The siteId is unique for each Application.

What’s Next