Privy
SKILL.md
Privy Skill Reference
Product summary
Privy is an authentication and wallet infrastructure platform for blockchain applications. It provides client-side SDKs (React, React Native, Swift, Android, Flutter, Unity) and server-side SDKs (Node, Python, Java, Go, Rust) to authenticate users, create and manage embedded wallets, and enforce transaction controls via policies.
Key files and config:
- Dashboard: https://dashboard.privy.io — manage apps, users, wallets, and configurations
- App credentials: App ID and App Secret (found in Dashboard > App settings > Basics)
- Client-side:
PrivyProviderwraps your app withappIdandconfigobject - Server-side:
PrivyClientinitialized withappIdandappSecret - REST API: Base URL
https://api.privy.iowith Basic Auth headers
Primary docs: https://docs.privy.io