Skip to main content
Wu-Weism enforces scientific integrity at the API layer. The integrity endpoints let you inspect how your causal reasoning is holding up against the constraints of your registered SCMs, submit formal signoffs to your institutional record, and pull audit reports that trace alignment over time.
All endpoints on this page require authentication. Include your session token in the Authorization header.

Get integrity dashboard

Returns an aggregated integrity status for your account’s SCM usage. Use this to monitor whether your causal analyses are consistent with the structural constraints of your registered models — for example, whether your adjustment sets satisfy back-door criteria, or whether you have unresolved confounder warnings.

Response fields

boolean
required
true when the request succeeds.
string
required
Overall integrity status. One of "healthy", "warnings", or "violations".
object
required
Counts of integrity events.
object[]
required
List of recent integrity events, most recent first.

Example


Submit a scientific integrity signoff

Submit a formal scientific integrity signoff for a specific model version. Signoffs record that you have reviewed the causal assumptions and constraint compliance for an analysis and attest to its validity. Signoffs are appended to your account’s integrity ledger and are immutable.

Request body

string
required
The SCM you are signing off on.
string
required
The model version you are signing off on (e.g., "1.0.0").
string
Optional free-text note explaining the basis for your signoff. Recommended for institutional records.

Response fields

boolean
required
true when the signoff is recorded.
string
required
UUID of the created signoff record. Store this if you need to reference the signoff in downstream systems.
string
required
ISO 8601 timestamp at which the signoff was recorded.

Example


Get alignment audit reports

Returns alignment audit reports for your account. Each report summarises how your causal reasoning over a given period held up against the structural constraints of your SCMs — including which constraints were satisfied, which were violated, and how reasoning drifted or improved over time. Alignment audit reports are generated automatically by Wu-Weism on a rolling basis as you use the platform.

Response fields

boolean
required
true when the request succeeds.
object[]
required
List of audit reports, most recent first.

Example