Import, Export, Backup & Restore — APEX AI Governor

Screen 16: Import, Export, Backup & Restore

Governor proof pack export · Import with duplicate protection · Backup/restore with hash verification

LIVEBUILT · LIVE

All import and export operations are logged to the append-only audit ledger. Demo-labelled records are identified and can be stripped on import or excluded from export. Schema version is validated before any import proceeds.

Import File

Import a previously exported APEX AI Governor JSON proof pack. Duplicate records are detected and skipped. Schema version is validated before import.

Drop a .json file here

or click to browse

Accepts APEX AI Governor JSON exports only

Export Proof Pack

Generate a signed Governor proof pack. All exports are server-side signed and include a manifest with SHA-256 hashes per record group.

Format

Scope

·
HOLD: RUNTIME_ENFORCEMENT_UNPROVEN

Backup & Restore

Full tenant backup with manifest and per-group SHA-256 hashes. Restore runs in isolation — existing data is not overwritten until hash verification passes.

Create Backup

Generates a full tenant snapshot with manifest, schema version, and hash chain verification record.

Restore from Backup

Restores from a backup file. Hash verification must pass before any data is written. Existing records are not deleted.

All backup manifests include SHA-256 hashes per record group. Restore verifies each hash before writing. A mismatch aborts the restore and logs a RESTORE_HASH_MISMATCH audit event.

Build Pack §14 — Evidence Classification
BUILT — Import UI, export format/scope selector, backup/restore panels, and file validation flow exist.
SCHEMA READY — UI controls are fully wired. Backend endpoints, signed export generation, hash-chain verification, and restore isolation require PostgreSQL schema (apex_governor) and transactional services.
HOLD: RUNTIME_ENFORCEMENT_UNPROVEN — No import, export, backup, or restore action executes against real data until backend is wired and acceptance tests pass.