mBedLM Documentation
Production-focused documentation for local-first AI orchestration, deployment paths, runtime operations, and implementation patterns.
This docs experience mirrors a modern technical docs layout: structured sidebar navigation, section-level table of contents, and implementation-first narrative.
Start Here
- Use the quickstart to stand up a local runtime with deterministic routing.
- Read the bare metal deployment guide for infrastructure-level considerations.
- Review architecture concepts before enterprise rollout planning.
The docs are arranged from setup to system shape to runtime governance. Start with the quickstart, then move into deployment, concepts, operations, and reference pages as you harden the system.
Quickstart -> Features -> Concepts -> Operations -> Reference
Docs Map
```mermaid
graph TD
A[Getting Started] --> B[Quickstart]
A --> C[Local Installation]
A --> D[Provider Setup]
A --> E[First Workflow]
F[Features] --> G[Bare Metal Deployment]
F --> H[Routing and Fallback]
F --> I[Response Contracts]
F --> J[Guardrails]
F --> K[Domain Workflows]
F --> L[Fleet Management]
M[Concepts] --> N[System Architecture]
M --> O[Request Lifecycle]
M --> P[Governance Boundaries]
Q[Operations] --> R[Startup Sequence]
Q --> S[Health and Observability]
Q --> T[Rollout Governance]
U[Reference] --> V[mBedLM SDK Guide]
U --> W[CLI Reference]
```
Recommended Reader Paths
- New contributor: Quickstart, Local Installation, First Workflow.
- Operator: Startup Sequence, Health and Observability, Rollout Governance.
- Architect: System Architecture, Request Lifecycle, Governance Boundaries.
- Integrator: SDK Guide and CLI Reference.