What the SDK is
The SDK exists so developers can use Parly without rebuilding deterministic authentication, recovery identity derivation, note-envelope handling, note reconstruction, execution request construction, exact approval logic, and outcome handling from scratch.Install
Initialize the SDK
What the SDK includes
The SDK includes support for:- deterministic recovery key derivation from the fixed auth message
- note-envelope decryption
- reconstruction of private state from indexed history
- private execution flow construction
- exact-amount approval handling
- clear handling of uncertain or pending execution outcomes
- optional MPP-compatible wrappers above the same execution engine
What the SDK handles
The SDK handles deterministic auth-message usage, recovery key derivation, note-envelope handling, note reconstruction, direct execution path construction, exact approval flow, and outcome handling.MPP-compatible integration
Parly supports MPP compatibility through an adapter that wraps the existing execution engine. Create a session:Who the SDK is for
The SDK is intended for:- backend services
- developer integrations
- operator tooling
- automation systems
- machine-payment environments
- agent stacks that integrate through the SDK boundary

