API ingress and routing
Gateway
Unified API entry point. Authenticates requests, routes to services, enforces rate limits, and attaches Observable Experience (OX) attribution to every response.
Authentication and authorization
Identity
Manages user accounts, API keys, organization membership, and role-based access control. Every action in the system is attributable to an authenticated identity.
Artifact production
Compiler
Compiles .matr source into Molebyte artifacts. Deterministic: the same source always produces the same artifact. Content-addressed for immutable identity.
Execution scheduling
MFCore (Runtime)
The runtime scheduler. Maps approved run requests to Material Cloud execution pools. Manages pool capacity, profile validation, and execution lifecycle.
Policy evaluation
Governance Engine
Evaluates every run request against consequence tiers, compute tiers, approval requirements, and cost ceilings. Returns an explicit allow or deny with reasoning.
Immutable record
Audit Ledger
Stores every governance decision, execution event, signal, and provenance record as an immutable, append-only ledger. The system of record for compliance and reproducibility.
Observability and monitoring
Observe
Aggregates system health, service metrics, and execution telemetry. Provides operational visibility into the control plane and execution pools.
Real-time event mesh
SEL (Signal Event Layer)
Captures, routes, and structures signals emitted by execution environments. Provides system-wide event observability and feeds the comparison and judgment pipeline.
AI intelligence layer
BERNIE
Five intelligence layers plus a deterministic Governor. Assists with artifact generation, signal interpretation, and routing decisions. Never autonomously executes high-consequence operations.
Workload scheduling
Scheduler
Manages execution queue priority, pool allocation, and timing constraints. Coordinates with MFCore to match workloads to available capacity.
Artifact and secret storage
Vault
Manages Molebyte artifact storage, version graphs, and sensitive configuration. Content-addressed storage ensures artifact integrity and deduplication.
Digital twin simulation
Material Twin
Models Matter inside Material constraints — substrate classes, environmental conditions, thermodynamic limits, and failure modes. Produces baseline distributions, timing profiles, and resource estimates used by governance and comparison.