Trust platform overview
TumiTrust's trust platform is the portable trust operating system behind institution reports. It consolidates provenance, screening, confidence, timeline, and explainability behind stable versioned contracts.
For list screening as a dedicated product (sanctions, PEP, UN lists — usable before a full trust report), see Screening services. That offering is operated by TumiTrust and is not part of the open PTI specification.
Capabilities
| Capability | In the hub | In API responses |
|---|---|---|
| Evidence chain | Insights Studio → View Evidence | evidence_chain (optional) |
| Screening | Report intelligence; Compliance Center history · Screening services | screening_summary, screening_provenance |
| Confidence | Dashboard Risk & Compliance spotlight | confidence in compliance_intelligence |
| Timeline | Subject activity feed; Compliance Center | trust_timeline, timeline.v1 |
| Explain score | Insights Studio Explain panel | explain_score |
Contract versions (evidence_chain.v1, screening_result.v1, etc.) are stable for integrators — see Trust infrastructure API.
How institutions access the platform
- Institution hub — Lookup Studio, Insights Studio, Compliance Center, and team administration
- Trust platform API — the same intelligence over
https://tumitrust.com/api/v1/for server-to-server automation - Versioned JSON — additive fields (
compliance_intelligence,evidence_chain, and related keys) without breaking existing parsers
The hub and API return the same intelligence envelopes. Mobile apps use /api/v1/trust-reports/… — see Trust infrastructure API.
Additive intelligence keys
When you call GET /api/v1/trust-reports/reports/<id>/intelligence/, these keys may appear (all optional, additive):
compliance_intelligence— confidence, indicators, coverage gapsscreening_summary/screening_provenanceevidence_chain— score → signal → event → source activityexplain_score— positive/negative signals with evidence links
See Risk & compliance intelligence and Trust platform API for request examples.
Getting started
- Complete institution onboarding and open Lookup Studio in your hub.
- Create a sandbox API key under API & trust signals if you are integrating over HTTP.
- Generate a report with the contexts your use case requires (for example insurance, employment, and risk_compliance for underwriting workflows).
- Open Insights Studio to review screening provenance, confidence breakdown, and View Evidence for the evidence chain.
The hub and API return the same trust_intelligence and compliance_intelligence envelopes. See For institutions for the hub walkthrough.