Install + auth
Plain fetch needs no install — every supported runtime ships it. The SDK adds a typed wrapper with FlowmailsError subclasses and an idempotent retry policy on top. The API key comes from /dashboard/settings/api-keys and is bound to one of your domains.
# Plain fetch (zero dependencies, Node 18+, Workers, Bun, Deno)
# No install step — fetch is built into every supported runtime.
# Official SDK (typed wrapper around the same wire endpoint)
pnpm add @flowmails/flowmails-sdk
# or
npm install @flowmails/flowmails-sdk
# or
yarn add @flowmails/flowmails-sdk