SCL:V1 Document Structure

SCL is the deterministic, cryptographic identity protocol for AI run declarations.

Components

A valid SCL:V1 document has exactly three components in mandatory order:

1. Header

2. Handles Block

3. SCL Block

Mandatory Order

Components MUST appear in this exact sequence: header, handles block, scl block. No reordering, omission, or additional sections are permitted.

Structural Enforcement

A document is invalid if:

Any deviation is a protocol failure.

Relationship to Deterministic Identity

The document structure establishes the required boundary for compliant parsing. Valid structure is a prerequisite for producing canonical JSON bytes and deriving SHA-256 identity through the deterministic process.

The full rules are defined in the SCL:V1 specification. The reference engine verifies structural compliance.

See also: SCL quoted mode vs raw mode.

Canonical Definition: SCL is the deterministic, cryptographic identity protocol for AI run declarations.

See also: Protocol mindset — 13 principles.