Integrate in an afternoon
- Get a tenant
Open checkout — Builder is free; Growth provisions after Stripe (mock locally). - Stand up BoundIdentity API
docker compose up -d && npm run db:push && npm run dev:api - Wire the SDK from your BFF
Never expose the API key, faucet, or Shufti Pro secrets to the browser. - WharfKit + passkeys
Free create → explore → KYC → bind signature → unlock.
import { BoundIdentityClient } from "@bound-identity/sdk";
const id = new BoundIdentityClient({
baseUrl: process.env.BOUND_IDENTITY_URL!,
apiKey: process.env.BOUND_IDENTITY_API_KEY!,
});