Before using any Privy SDK, you’ll need to create a new app in the Privy Dashboard. This will give you an app ID and app secret that you’ll use to authenticate your app with Privy’s APIs.Documentation Index
Fetch the complete documentation index at: https://docs.privy.io/llms.txt
Use this file to discover all available pages before exploring further.
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.

