Skip to main content

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.

Understanding your user lifecycle is essential to crafting incredible products. Privy enables user management to help you serve your user throughout their journey. Privy allows your application to easily manage users from the server and the Privy dashboard. This means letting users connect multiple accounts (e.g. sms, email, social) and wallets (embedded or external) to their account to let you manage onchain and offchain state easily.

Webhooks

Privy comes with built in webhooks that will alert your servers whenever a user takes a specified action. Simply configure the events to be notified on, ie when a user is created or logged in, and a destination URL. Privy will send updates every time a user takes that action on your application.

Dashboard

The Privy Dashboard is the hub to manage your apps, retrieve your API keys, and manage the administrators for your account. From the dashboard, administrators can create new apps, easily configure Privy features, and view key metrics and data about users.

REST API

Privy supports myriad API endpoints to manage your application from your server. Your application can take actions like search, create, and delete users in a single line API call.