Phase Atlas SDK
The PTEM SDK is a read-only, manifest-first interface for frozen Phase Atlas artifacts. It is designed for deterministic ingestion, provenance checks, and governance-safe replay across evaluation and institutional workflows.
Key capabilities
- Manifest-backed loading of frozen Phase Atlas measurement artifacts
- Version-tagged retrieval with freeze metadata and schema identifiers
- Pre-ingest artifact integrity checks through SHA256 hash verification
- Deterministic replay support for validation and governance review
Safe-by-design
- Phase Atlas remains the measurement surface; PAC remains the downstream conditioning layer
- Non-forecasting outputs only
- No track modification or event generation functionality is exposed
- No proprietary internal operator logic or derivation internals are disclosed
What’s included
- Reference schemas and typed payload definitions
- Manifest and receipt field expectations for governed ingestion
- Version discipline for published schema increments
- Deterministic payload examples for integration testing
Illustrative artifact payload
Example payload showing the versioned, provenance-tagged structure delivered through the SDK. Values are illustrative only.
{
"dataset_version": "atlantic-v1.2",
"freeze_tag": "freeze-2026-01-27",
"artifact_type": "phase_atlas_surface_slice",
"surface_id": "phase-atlas-atlantic-v1-2",
"as_of": "2024-06-29T00:00:00Z",
"schema_version": "sdk-schema-v1",
"manifest_ref": "manifests/phase_atlas_manifest.json",
"sha256": "4f04f3340f8f6f0e93b0d06f5eec6d8ce7f6d2fa0d4f0b0f6a8e3adf7e4ab111"
}Access to the PTEM SDK is governed and issued through evaluation or commercial integration arrangements.