Enterprise API Reference
Advanced API surfaces for high-performance computing, SIEM integration, and private Clockchain deployments.
Internal/Partner Use
This page contains specifications for managed endpoints and private network policies. Access requires an Enterprise API key and valid partner credentials.
Normative Enforcement Rules
1. Tick-Canonical Window Logic
Enterprise verifiers MUST use the integer-only circular distance rule:
d_ticks(a,b) = min(|a-b|, 86400 - |a-b|)
in_window ⇔ d_ticks(phi_now, phi_center) ≤ deltaPhi_ticks2. Strict No-Float Policy
Any object submitted for TSAE issuance or Anchoring that contains floating-point numbers in signed fields will be rejected with FLOATS_REJECTED.
Endpoints
POST `/api/v1/security/tsae`
Issues a managed TSAE receipt. Performs signature verification, anti-replay checks, and quality-floor (HS-Bloch) evaluation.
{
"scope": "tsae.audit.quantum.v1",
"convention_id": "TV-CONV-EARTH-2026-01:...",
"day_index": 1274,
"phi_action_ticks": 59344,
"tile_id": 600,
"action_hash_hex": "<sha256_of_payload>",
"quality": {
"fidelity_u16": 9450,
"lock_u16": 65534
}
}POST `/api/v1/clockchain/anchor`
Commit a TSAE hash to the per-tile mini-ledger. Returns Merkle root and block height.
{
"schema": "TV-CLOCKCHAIN-ANCHOR-REQ-2026-01",
"data_hash_sha256_hex": "<tsae_hash>",
"tile_id": 600,
"cycle_index": 1274
}SIEM & Compliance
Enterprise accounts can configure webhook delivery for all TSAE events. Export formats supported: JSONL (RFC 8259), Parquet (columnar), and CSV.