Home › Developers › 📐 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
| Layer | Name | Route | Status |
|---|---|---|---|
| L0 | WORM Audit + Credits | /v1/audit/* /v1/credits/* | Live |
| L50 | Identity / KYC | /v1/identity/* | Live |
| L251 | Routing Engine | /v1/route | Live |
| L401 | Safety / Moderation | /v1/safety/* | Live |
| L402 | Fraud Detection | /v1/fraud/* | Live |
| L501 | Memory Engine | /v1/memory/* | Live |
| L502 | Logs SDK | /v1/logs/* | Live |
| L503 | Eval System | /v1/eval/* | Live |
| L504 | Observability | /v1/observability/* | Live |
| L563 | Workspaces | /v1/enterprise/* | Live |
| L567 | Rate Limiting | /v1/rate-limit/* | Live |
| L601 | Agent Runtime | /v1/agents/* | Live |
| L602 | A2A Payments | /v1/a2a/* | Live |
| platform rules | Platform Rules / Platform Rules | /v1/platform rules | Live |
// Verify a layer
Check layer status
# 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