Skip to main content

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

CapabilityIn the hubIn API responses
Evidence chainInsights Studio → View Evidenceevidence_chain (optional)
ScreeningReport intelligence; Compliance Center history · Screening servicesscreening_summary, screening_provenance
ConfidenceDashboard Risk & Compliance spotlightconfidence in compliance_intelligence
TimelineSubject activity feed; Compliance Centertrust_timeline, timeline.v1
Explain scoreInsights Studio Explain panelexplain_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 gaps
  • screening_summary / screening_provenance
  • evidence_chain — score → signal → event → source activity
  • explain_score — positive/negative signals with evidence links

See Risk & compliance intelligence and Trust platform API for request examples.

Getting started

  1. Complete institution onboarding and open Lookup Studio in your hub.
  2. Create a sandbox API key under API & trust signals if you are integrating over HTTP.
  3. Generate a report with the contexts your use case requires (for example insurance, employment, and risk_compliance for underwriting workflows).
  4. 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.