Skip to main content
The model registry exposes a catalogue of peer-reviewed structural causal models (SCMs) across scientific domains. These models encode causal structure — nodes, edges, and constraints — that power intervention validation, counterfactual tracing, and integrity checking throughout the Wu-Weism platform.
Both endpoints in this group are public. You do not need an Authorization header to read the model registry.

List all SCM models

Returns all publicly available SCMs in the registry.

Response fields

success
boolean
required
true when the request succeeds.
models
object[]
required
Array of model summary objects.

Example


Get a specific SCM model

Returns the full specification for a single SCM, including its complete node list, edge set, constraints, and metadata.

Path parameters

modelKey
string
required
The unique model identifier. See the table below for known model keys.

Known model keys

Domain values

The domain field uses one of the following values: alignment · consciousness · neuroscience · theoretical_neuroscience · iml · education · legal · ecology · evolutionary_biology · cognitive_psychology · scaling_laws · physics · abstract

Response fields

success
boolean
required
true when the request succeeds.
model
object
required
Full model specification.

Example