Skip to main content

Customer API

The Customer API is the planned read-only programmable interface for operational truth.

Current Status

Intended Surfaces

EndpointDescriptionStatus
GET /v1/capabilitiesAll capabilities with proof statusplanned
GET /v1/runtime/proofsRuntime convergence proof ledgerplanned
GET /v1/trust/proofsTrust lifecycle proof ledgerplanned
GET /v1/compliance/mappingsCompliance framework-to-feature graphplanned
GET /v1/non-claimsExplicit non-claimsplanned
GET /v1/evidence/merkle/rootMerkle root hash for evidence treeplanned
GET /v1/readinessReadiness summary across domainsplanned

Design Principles

  • Read-only first: No mutating endpoints in v1
  • Tenant-scoped: Every request requires authentication and tenant context
  • Evidence-backed: Every endpoint maps to evidence artifacts in zen-platform
  • Rate-limited: 100 req/min per tenant
  • Audited: All access logged

Non-Claims

  • Not production-live — contract and planned only
  • No mutating operations in v1
  • No compliance certification via API
  • No secret or customer data exposure