The building blocks for modern compliance.

BNDRY gives technical teams the pieces to assemble the compliance function they need. Screening, monitoring, investigations, reporting — start with one, add the rest as you grow. Every piece connects to a unified customer record.

Every compliance function serves a unique AML program. But building a custom one is complex and costly.

With BNDRY, you can assemble a custom compliance function from building blocks that fit together.

Start small. Build big.

01

Start with one building block, add capability as you need.

02

Every block builds a profile of entity intelligence.

03

Embedded compliance for your tech stack.

Screening

PEP/Sanctions Checks
Identity Verification
Customer Profiles
ConnectID
Adverse Media Checks
Onboarding Forms

Monitoring

Transaction Monitoring
Policy-Based Alerts
Schedules
Risk Rating Rules

Investigations

Enhanced Due Diligence
Unusual Activity
Source of Funds Check

Reporting

Board Reporting
SAR/STR/SMR Filing
Entity Intelligence
Screening
Monitoring
Investigations
Reporting
Entity Profile
John Smith
Risk: HighPEP matchSanctions clear3 alerts
Web AppDigital AppMarketplacesSupport
Customer Application
Embedded compliance
ScreeningMonitoringInvestigationsReporting
CRM
Payments
Core Banking
Data Warehouse

Modular blocks. Deep coverage, security, and intelligence at the core.

🌐

Global coverage at depth.

1,000+ watchlists, PEP databases, and sanctions registries across 200+ jurisdictions; sourced, normalised, and kept current.

🛡️

Built for regulated environments.

Data residency, privacy obligations, audit requirements, and regulatory data handling built to the standard required by regulated institutions.

🧠

Intelligence at the core.

Every BNDRY API response is structured for AI to consume directly. Agents can act on the intelligence available through entity profiles, risk signals, alerts, and case data.

The Compliance Layer

One API. One entity model.
Every compliance signal in one place.

BNDRY is the compliance layer inside your architecture. Stream in customer, behavioural, and transactional data. Get back structured risk intelligence — ready for your product, your team, or your AI agents to act on.

BNDRYOne entity model

Inputs

Customer profile dataCustom attributesBehavioural eventsTransaction dataRisk rules and policies
POST /v1alpha/entitiesPOST /v1alpha/activityLogsPOST /entities/{id}/files

Automations & Evaluations

  • Verifies identity, associations, and ownership structures
  • Performs PEP, sanctions, and adverse media screening
  • Monitors for suspicious activity
  • Calculates and updates risk ratings dynamically
  • Triggers investigations, ongoing review, and enhanced due diligence
POST /individualScreeningJobs:runPOST /entities/{id}/riskRatingJobs:runPOST /entities/{id}:evaluate

Outputs

Risk ratingsPEP, sanctions, adverse media, profiles of interestRegulatory reportsAudit trailCustomer profilesDecision recordsBoard reporting
GET /v1alpha/entities/{id}GET /entities/{id}/activityLogsGET /individualScreeningJobs/{id}

1,000+

Watchlists & sanctions registries

200+

Countries and jurisdictions

Millions of PEP records

Continuously updated

Building Blocks

The foundational components. Each one intelligent by design.

BNDRY's platform objects aren't just data structures. They're intelligent building blocks. Every entity builds a richer picture over time. Every event feeds the risk model. Every automation makes your job easier.

Entities

entity

An individual, business, or shareholder, and everything BNDRY knows about them in one place. Screening, investigations, relationships, and activities are all tracked and time-stamped against an entity.

:screen:riskRate:verify:onboard:evaluatedocumentsactivityLogs

Workspaces

workspace

A secure environment to collaborate on an end-to-end workflow, like an investigation or due diligence review. Share and collect intelligence, all captured against an entity.

formsmembers:invite:close

Forms

form

Structured data collection, designed for any compliance workflow. Build onboarding questionnaires, EDD requests, and ongoing review forms exactly as your program requires.

schemaresponses:send:submit

Events

activityLog

The full audit trail. Every screening run, every risk change, every case action, every upload: captured as an event on the entity, feeding monitoring, automations, and your regulatory record.

typeactorpayload:subscribe:query

Alerts

alert

Structured notifications generated when the platform detects something worth acting on: a sanctions match, risk-tier change, or transaction monitoring hit.

severityentity:assign:acknowledge:resolve

Automations

automation

Compliance workflows triggered by events. Re-screen entities when risk ratings change, escalate cases when transactions cross a threshold, or notify when a customer is due for a review.

triggerconditionsactions:run:enable

Security & Trust

Built to the standard of the institutions we serve.

BNDRY's security architecture was built by a team with experience inside tier-one global financial institutions. The data residency, audit controls, and access model were designed to that standard from the start.

ISO 27001

Certified information security.

BNDRY holds ISO 27001 certification (the international standard for information security management). Our controls, processes, and policies are independently audited and continuously maintained.

FIPS 140

Cryptographic compliance.

Encryption across the BNDRY platform is FIPS 140-compliant. Data at rest and in transit is protected to the standard required by the financial institutions and government agencies we work with.

AWS Partner

Enterprise cloud infrastructure.

BNDRY runs on AWS, purpose-configured for regulated financial services workloads. As an AWS Partner, we operate at the infrastructure level expected by enterprise compliance teams.

Privacy by design

Data protection that's structural.

Data residency controls, retention policies, deletion workflows, and access boundaries are architectural; not configuration options added later. Designed with the compliance obligations of major financial institutions as the baseline.

In Practice

From API call to compliance outcome.

Because BNDRY's API objects are intelligence-native by design, they slot directly into AI-powered workflows. The response to a screening job isn't a list of raw matches to parse. It's a structured compliance object your models can act on. BNDRY is the compliance layer your AI agents call.

One call to create an entity. One to onboard them.

Create a new entity in BNDRY with your customer's details and a reference to your own system. Then run the onboarding job. BNDRY handles PEP/sanctions screening, adverse media checks, and initial risk assessment in one step, returning a structured compliance view you can act on immediately.

  • Entity created with your externalId
  • Screening and PEP checks run automatically
  • Risk tier established on first result
  • Every step recorded in the entity audit trail
// 1. Create an entity
POST /v1alpha/entities
{
  "displayName": "Alex Chen",
  "externalIds": {
    "crm_id": "cust_88221"
  },
  "tags": ["onboarding", "retail"]
}

// → { "name": "entities/ent_4x9mka2", ... }

// 2. Create an onboarding job
POST /v1alpha/entities/ent_4x9mka2
       /onboardIndividualEntityJobs
{ }

// 3. Run it
POST /v1alpha/entities/ent_4x9mka2
       /onboardIndividualEntityJobs/job_7r3n:run

// → Long-running operation. Poll until done.
// Result: risk tier, screening outcome,
//         PEP/sanctions status.

For Developers

Built by engineers, for engineers.

A REST API designed around real compliance workflows, with a resource model that maps cleanly to the domain. Predictable patterns, long-running operations for async jobs, and a consistent entity-centric structure from first call to full integration.

REST API with OpenAPI spec

A fully documented REST API with an OpenAPI 3 specification you can import into Postman, Insomnia, or your generated SDK toolchain.

Job-based async operations

Long-running compliance operations use a consistent create-then-run job pattern with operation polling: predictable, retriable, and easy to integrate.

Entity-centric resource model

Everything in BNDRY lives on an entity. Jobs, documents, activity logs, risk ratings: all nested under a single entity reference that never changes.

Webhook events

Subscribe to platform events (screening completed, risk tier changed, alert triggered) and drive your own workflows from BNDRY signals.

// Entity — the core of the BNDRY model
{
  "name": "entities/ent_4x9mka2",
  "displayName": "Alex Chen",
  "externalIds": {
    "crm_id": "cust_88221",
    "onboarding_ref": "onb_29fk"
  },
  "tags": ["retail", "active"],
  "annotations": {
    "relationship_manager": "jsmith"
  },
  "relationships": [],
  "documents": [
    { "name": "documents/doc_7r3n", "type": "PASSPORT" }
  ],
  "activityLogs": [
    {
      "type": "PEP_SANCTION_SCREEN_COMPLETED",
      "timestamp": "2026-06-22T04:12:33Z",
      "outcome": "CLEAR"
    }
  ],
  "createTime": "2026-06-22T04:11:50Z",
  "updateTime": "2026-06-22T04:12:34Z"
}

Ready to see how it fits?

Every compliance function starts somewhere. Get in touch and we'll show you where BNDRY fits.

Get in TouchRead the Docs