Identity Inc.
始める

Integrate in an afternoon

  1. Get a tenant
    Open checkout — Builder is free; Growth provisions after Stripe (mock locally).
  2. Stand up BoundIdentity API
    docker compose up -d && npm run db:push && npm run dev:api
  3. Wire the SDK from your BFF
    Never expose the API key, faucet, or Shufti Pro secrets to the browser.
  4. 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!,
});