Developer Hub

Integrate identity and financial infrastructure from the ByEnnen ecosystem. Each product provides comprehensive APIs and SDKs for seamless integration.

Simple, Powerful APIs

Each ByEnnen product provides clean, RESTful APIs with comprehensive error handling and real-time webhooks. Integrate individual products or combine them for maximum impact.

RESTful design with predictable URLs
Real-time webhooks for async processing
Comprehensive error codes and messages
Rate limiting and retry strategies
example.js
// Use individual product SDKs
import { IDSentric } from '@idsentric/sdk';
import { CredZK } from '@credzk/sdk';

// Identity verification with IDSentric
const verification = await IDSentric.verify({
  document: documentImage,
  selfie: selfieImage,
  options: {
    liveness: true,
    zkProof: true
  }
});

// Financial proof with CredZK
const proof = await CredZK.generateProof({
  did: verification.did,
  type: 'income',
  threshold: 50000,
  private: true
});

console.log('✅ Integration complete');

Product SDKs

Each ByEnnen product provides SDKs in multiple programming languages

IDSentric SDK

stable

JavaScript, Python, Rust

View Package

CredZK SDK

stable

TypeScript, Python, Go

View Package

SafeBankClub SDK

coming soon

JavaScript (Node/Browser)

View Package

DeFi.ly SDK

beta

TypeScript, Solidity

View Package

Product Documentation

Comprehensive guides for each infrastructure component

IDSentric

Identity verification with biometrics and DIDs

View Docs

CredZK

Zero-knowledge financial proofs

View Docs

SafeBankClub

Automated USDC yield optimization

View Docs

DeFi.ly

AI-powered under-collateralized lending

View Docs

Join the Developer Community

Get help, share ideas, and stay updated with the latest ByEnnen developments