HomeDevelopers › 📐 Layers
📐 Layers

Intelligence OS. 595+ layers.

The ForceDream OS is built in numbered layers — each one a discrete unit of capability, tested, cryptographically sealed, and immutable.

// Architecture

Layer system overview

Every capability in ForceDream is implemented as a numbered layer. Layers are deterministic, cryptographically sealed, and independently testable. No layer can be modified without invalidating its hash chain.

✓ All live layers are Redis-wired, cryptographically sealed, and passing the smoke test suite.
// Live layers

Active layer registry

LayerNameRouteStatus
L0WORM Audit + Credits/v1/audit/*   /v1/credits/*Live
L50Identity / KYC/v1/identity/*Live
L251Routing Engine/v1/routeLive
L401Safety / Moderation/v1/safety/*Live
L402Fraud Detection/v1/fraud/*Live
L501Memory Engine/v1/memory/*Live
L502Logs SDK/v1/logs/*Live
L503Eval System/v1/eval/*Live
L504Observability/v1/observability/*Live
L563Workspaces/v1/enterprise/*Live
L567Rate Limiting/v1/rate-limit/*Live
L601Agent Runtime/v1/agents/*Live
L602A2A Payments/v1/a2a/*Live
platform rulesPlatform Rules / Platform Rules/v1/platform rulesLive
// Verify a layer

Check layer status

cURL
# Check all module load status
curl https://api.forcedream.ai/v1/subsystems

# Check a specific module
curl https://api.forcedream.ai/v1/memory/info
curl https://api.forcedream.ai/v1/agents/info