Versioned
Readers validate the declared format version.
DevelopersEnter platform ↗ZemriX Developer Portal
Use only documented ZemriX interfaces. Source identity, tenant boundaries and provenance remain part of every supported integration.
Quickstart
API
GET/api/zemrix/healthService health boundaryAdditional application APIs are authenticated internal product contracts and are not represented here as a public API.
.zmx Format
Readers validate the declared format version.
Source, object and transformation lineage remain addressable.
Checksums and validation establish package integrity.
Historical read/import adapters remain isolated from the canonical .zmx writer and new ZemriX behavior.
Authentication
Sessions, protected routes and organization membership are enforced by the application runtime. Credentials and sensitive application data must never enter marketing analytics.
Examples
fetch("https://app.zemrix.cloud/api/zemrix/health")
.then((response) => {
if (!response.ok) throw new Error("health boundary unavailable");
return response.json();
});Changelog
The current production baseline uses `.zmx` as the canonical format and preserves legacy compatibility only at explicit boundaries.
Status / Trust
Use the health boundary for service status. Security, provenance and compatibility claims remain limited to published, testable product behavior.
Read the trust boundary ↗