Skip to content

Overview

Digital Jungle is bjungle’s digital ecosystem, exposed as a set of independent applications that integrate via NATS events and signed webhooks.

AppRole
PlatformIdentity provider (OIDC), tenant registry, unified outbound webhook dispatcher.
BmonkeyIdentity / KYC / biometric verification / dynamic forms.
BhawkSARLAFT risk engine, restricted list screening.
BsealCryptographic e-signature over PDF templates (AWS KMS).

Each app:

  • owns its own logical database (bjungle_platform, bjungle_bmonkey, etc.),
  • deploys and scales independently,
  • authenticates against Platform via OIDC,
  • emits events via NATS JetStream.

Row-Level Security (RLS) in PostgreSQL makes it impossible to access another tenant’s data — not even via application bugs. Each API key identifies a tenant. The middleware sets the session context before every query.

Every billable operation costs Açaí tokens. One bundle covers all three modules:

OperationTokens
Biometric KYC (selfie + document + liveness)80
KYC reuse (SSI wallet, with consent)32
SARLAFT evaluation10
E-signature PDF40

See Pricing for full details.