Skip to main content

PTI Conformance Profiles

PTI defines four conformance profiles. Each profile inherits requirements from lower tiers. An implementation MUST declare exactly one primary profile and MAY publish additive capability flags.

Profile summary

ProfileIntended deployerFederationTypical scale
CoreFintech, MFI, startup operatorNoSingle jurisdiction
EnterpriseMulti-tenant SaaS, sector bureausOptional bilateralRegional
GovernmentNational registry, public agencyMandatory accreditedNational
EdgeOffline-first, field operationsSync to hubLocal with periodic uplink
ExtendedEcosystem operators, marketplacesMulti-party federationGlobal / multi-region

Capability matrix

Legend: M = mandatory, O = optional, = not applicable

CapabilityCoreEnterpriseGovernmentEdge
RFC-001 architectureMMMM
RFC-002 primary contexts (≥1)MMM (≥5)M (≥1)
RFC-002 lens contextsOM (≥3)M (all configured)O
RFC-003 API ingestMMMM
RFC-003 webhook ingestOMMO
RFC-003 CSV batch ingestOMMM
RFC-004 subject searchMMMM
RFC-004 report tiers basic + detailedMMMM
RFC-004 tier predictiveOMM
RFC-004 tier screening_dossierOMMO
RFC-005 trust graphMMMM (local partition)
RFC-006 trust exchangeO (bilateral)M (accredited)O (sync packages)
RFC-007 consent + auditMMMM
RFC-007 DSAR automationOMMO (deferred sync)
RFC-008 TLS + scoped credentialsMMMM
RFC-008 annual penetration testMMO
RFC-008 HSM signing keysOM
RFC-009 purpose bindingMMMM
RFC-009 cross-border policy gatesOMMO
RFC-010 API /v1/ + deprecation headersMMMM
RFC-011 PTI-ID + entity bindingMMMM
RFC-011 manual merge/split workflowOMMO
RFC-012 signed evidence manifestsMMMM
RFC-012 public verification endpointOMMO (hub-verified)
Multi-tenant isolationMMMM (device + hub)
Sandbox environmentMMMM
OpenAPI publicationMMMM

PTI Extended

Audience: Ecosystem operators extending PTI with marketplace capabilities, third-party signal vendors, or multi-region accredited federation beyond single-government scope.

Inherits Government, plus mandatory

  • Published connector marketplace or signal vendor onboarding API
  • Revenue-share or metering interoperability (abstract billing events)
  • Multi-region federation with documented cross-border policy matrix
  • AI agent scoped authentication (RFC-aligned agent tokens)
  • SDK generation from published OpenAPI for ≥2 languages

Optional capabilities

  • Confidential computing for scoring
  • Workflow template marketplace
  • Third-party report pack distribution

See implementation badges for PTI Extended Certified.

PTI Core

Audience: Organizations launching a minimal interoperable trust network.

Mandatory capabilities

  • Ingest trust events via API for at least one primary context
  • Resolve entity_idpti_id
  • Generate basic and detailed lookup reports with signed evidence
  • Enforce context enablement and consumer entitlements
  • Operate consent validation where configured
  • Maintain append-only audit logs for lookups

Optional capabilities

  • Webhook and CSV ingest
  • Predictive tier
  • Public verification endpoint
  • Lens contexts

Out of scope

  • Accredited federation
  • HSM requirements
  • Full DSAR automation (manual process allowed with documented SLA)

PTI Enterprise

Audience: Regional operators serving multiple producers and consumers with SLA commitments.

Inherits Core, plus mandatory

  • Webhook and CSV ingest channels
  • At least three lens contexts operational
  • Predictive report tier with model_version in evidence
  • DSAR automation (access, export, erasure propagation)
  • Annual third-party penetration test
  • Public evidence verification endpoint
  • Manual identity merge/split operator workflow
  • Cross-border policy configuration

Optional capabilities

  • Bilateral trust exchange (RFC-006)
  • Screening dossier tier
  • HSM signing keys

PTI Government

Audience: National or supranational accredited trust infrastructure.

Inherits Enterprise, plus mandatory

  • Minimum five primary contexts in production catalogue
  • Accredited federation with published JWKS and PRL polling ≤ 6 hours
  • HSM-backed manifest signing keys
  • Screening dossier tier where lawful
  • Full DSAR within statutory timelines
  • Independent governance audit annually
  • 99.9% lookup API availability SLA (excluding declared maintenance)

Optional capabilities

  • Full evidence exchange profile
  • Confidential computing for scoring

PTI Edge

Audience: Field deployments with intermittent connectivity — agricultural co-ops, rural MFIs, event capture offline.

Inherits Core constraints, with differences

  • Local graph partition — events and outcomes stored on edge node; sync to hub via exchange packages
  • Deferred DSAR — erasure propagated on next sync within 72 hours
  • Predictive tier — not applicable on device; hub may upgrade after sync
  • Verification — may delegate to hub reports.verify for edge-generated report IDs

Mandatory edge-specific

  • Offline ingest queue with idempotency
  • Conflict resolution on sync (server wins on binding; client wins on timestamp for duplicate events with proof)
  • Tamper-evident local audit log

Declaring profile capabilities

Conformance statements MUST use:

{
"pti_spec_version": "1.0",
"profile": "enterprise",
"primary_contexts": ["lending", "merchant", "employment"],
"lens_contexts": ["digital_platform", "risk_compliance", "education"],
"exchange": { "enabled": true, "profiles": ["manifest_only", "evidence_summary"] },
"limitations": []
}

Profile migration

FromToTypical work
CoreEnterpriseDSAR automation, webhook, predictive tier, pen test
EnterpriseGovernmentHSM, accredited federation, expanded contexts
CoreEdgeLocal queue, sync protocol, hub verification

Migration MUST re-run conformance tests for target profile.