SYSNOMINAL|BUILDv2026.01.01|REGIONSELF_HOST

Integration Examples

DATA PLATE
DOC
Examples
ID
SS-EXAMPLES-2025.12
REV
A
SURFACE
PUBLIC
MODEL
Applications query facts. Applications decide. Applications execute outcomes.
PURPOSE
Reference integration patterns for signal-only systems.
REF
Examples
INTEGRATION RULE
1. Application receives a request.
2. Application queries one or more SimpleStates signals.
3. SimpleStates returns deterministic JSON facts.
4. Application evaluates those facts with its own rules.
5. Application may capture decision evidence.
6. Application decides, enforces, and records outcomes elsewhere.

SimpleStates does not approve, deny, charge, grant, revoke, notify, or execute.
INDEX
Query PlanSignal, DenySignal, and ExpirySignal, capture evidence in StateMirror, then execute the application-owned outcome.
Billing: PlanSignal
Query plan and entitlement facts before an application decides access.
Restrictions: DenySignal
Query explicit denial facts before an application blocks or limits behavior.
Expiry: ExpirySignal
Query temporal validity facts before an application treats something as current.
Forensics: StateMirror
Record decision evidence after an application evaluates inputs and signals.
Compose multiple facts while keeping the final decision outside SimpleStates.
BOUNDARY
Facts in.
Read-time JSON out.
Evidence captured when submitted.

Outcomes remain application-owned.

← Products