Developer Portal
Access the Humanity developer dashboard to create applications, generate API credentials, configure OAuth settings, and manage integrations. Available for sandbox and production.
Last updated
Access the Humanity developer dashboard to create applications, generate API credentials, configure OAuth settings, and manage integrations. Available for sandbox and production.
The Developer Portal is where you register your application and get the credentials needed to integrate with Humanity. It takes about 5 minutes to set up.
Once logged in:
Click [Create App / New Application]
Enter your application name

After creating your application, credentials both for sandbox and production are created. make sure you download them or copy / pasted into your .env file or a save place.

Never expose these credentials in client-side code or commit them to version control. Store them in environment variables or your platform's secret manager.
Select the environment you want to work with and under Settings add you URI and your presets + scopes then save your changes.
Presets define what your app is allowed to verify about a user — for example, is_human, is_21_plus, or KYC status.
You can learn more about scopes and presets here SDK OAuth Scopes and Presets
For the example below we targeting sandbox environment and adding a Redirect URI and the following scopes:
identity:read
profile.full
openid
data.read

For sandbox testing, you can generate mock preset data from the Sandbox Dashboard without needing a real verified user.
Learn more here Generating Mock Credentials
Last updated