Sovereign Deployment & Infrastructure
UserMint is designed for sovereign operation in high-security environments, including IL4/IL5/IL6 defense networks.
Containerized Execution
The notarization engine and verification surface are delivered as OCI-compliant containers,
optimizing for deployment in GKE, Cloud Run, or on-premise Kubernetes clusters.
Air-Gapped Compatibility
NPPP v1 is a stateless protocol. Verification can be performed in fully disconnected
environments by providing the deterministic evidence bundle directly to the local verifier node.
Reference HTTP Implementation
The following endpoints provide a reference for NPPP v1 transport.
POST /v1/auth/bootstrap
Register developer identity and obtain API key.
POST /v1/notarize
Construct bundle and issue NPPP v1 proof string.
POST /v1/verify
Execute stateless replay (recompute SHA-256).
GET /v1/proof/{proof_id}
Retrieve full proof record and bundle reference.