Skip to main content

Security Architecture

CTO reference

How TumiTrust protects data and access across API, institution hub, and partner integrations.

Security Architecture — web-first document. Use Print → Save as PDF for offline sharing.

Defense in depth

LayerControls
NetworkIsolated hosting, DDoS protection, TLS
ApplicationRate limits, input validation
AuthenticationAPI keys (TT_SANDBOX / TT_LIVE), JWT for user sessions, OAuth where integrated
AuthorizationRole-based access, institution-scoped data, context entitlements
DataEncryption at rest and in transit (TLS 1.2+)
AuditStructured logs, screening provenance, compliance center export
MonitoringHealth endpoints, status page, alerting

Authentication surfaces

SurfaceMechanism
Trust platform APIX-API-Key server-to-server
Institution hubSession + team roles
Partner webhooksHMAC signature verification
Mobile / web usersPasswordless / MFA options per account settings

Sandbox keys: see Sandbox and live API keys. Production promotion requires account verification.

Multi-tenancy & PTI-ID

  • Institutions operate in dedicated workspaces with role-based team access
  • PTI-ID (pti_ + Crockford Base32, e.g. pti_9A72X8K2) is canonical for partner-provisioned entities
  • Native members use numeric directory IDs
  • Storage residency options per Institution packages (contract)

Encryption & secrets

  • Database and object storage encrypted at rest
  • API keys stored hashed — never returned after creation
  • Secrets rotated through TumiTrust key-management procedures (documented for enterprise customers)
  • Documents encrypted before storage; decrypted on-demand for entitled lookups

Audit & compliance logging

  • Trust lookups and screening checks record provider_id, checked_at, dataset version
  • Compliance Center CSV export for institution auditors
  • Fail-closed screening — unavailable never reported as clear

Disaster recovery

  • Backups with encrypted retention
  • Recovery objectives defined per hosting contract
  • Status communicated via tumitrust.com/status

Enterprise security documentation

Security due-diligence materials are available in the Resources library and through your institution hub. See Architecture guide for the platform map and Trust governance for data obligations.