1. Install the package
The SDK is published as @flowmails/flowmails-sdk on npm. The package carries zero runtime dependencies — it uses the platform-native fetch and Uint8Array, so it runs in Node 18+, Workers, Bun, Deno, and the browser without a polyfill.
pnpm add @flowmails/flowmails-sdk
# or
npm install @flowmails/flowmails-sdk
# or
yarn add @flowmails/flowmails-sdk