We recommend creating a new app for each environment (e.g. development, staging, production) to
keep your API credentials secure.
Create an app
Login to the Privy Dashboard and create a new app if you haven’t already.Get API credentials
Navigate to the Configuration > App settings > Basics tab for your app. Here you’ll find your:- App ID: A unique identifier for your application. It is a public value that can be safely exposed.
- App Secret: A secret key used to authenticate API requests. Do not expose it outside of your backend server.
Privy does not store your app secret. Lost app secrets cannot be recovered and must be
re-generated.