Compliance for the intelligence age.
BNDRY brings intelligence, data, and workflow together into a single layer — so every part of your compliance function shares the same context, the same history, and the same view of risk.
Start small. Build big.
You don't need to implement everything on day one. Start with screening at onboarding, and you're immediately running checks against 1,000+ watchlists across 200+ jurisdictions. Add monitoring, risk rating, investigations, and reporting as you need them. BNDRY builds the full risk profile of the customer, every step of the way.
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.
A model that grows with you.
Start with screening at onboarding, and add monitoring, risk ratings, investigations, and reporting as you need them. Your entity intelligence grows as you do.
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
API-first compliance infrastructure.
Intelligence at the core.
BNDRY is the compliance layer inside your architecture. With BNDRY's APIs you can embed compliance capability directly into your own products. Stream in your customer, behavioural, and transactional data, and get risk intelligence back.
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
entityAn 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.
Workspaces
workspaceA 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.
Forms
formStructured data collection, designed for any compliance workflow. Build onboarding questionnaires, EDD requests, and ongoing review forms exactly as your program requires.
Events
activityLogThe 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.
Alerts
alertStructured notifications generated when the platform detects something worth acting on — a sanctions match, risk-tier change, or transaction monitoring hit.
Automations
automationCompliance 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.
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.
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.
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.
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.
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"
}Capabilities
Everything compliance teams need. Connected by design.
Screening
Real-time and continuous PEP, sanctions, and adverse media screening against 1,000+ global sources.
Learn more →
Monitoring
Continuous re-screening and transaction monitoring — so your customer view stays current as the world changes.
Learn more →
Investigations
Structured case management with a full audit trail. Every decision documented, every action defensible.
Learn more →
Reporting
Regulatory filings, board reports, and management dashboards — generated from the work your team already does.
Learn more →
Ready to see how it fits?
Every compliance function starts somewhere. Get in touch and we'll show you where BNDRY fits.