mBedLM Docs Back to site
Docs / Overview

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

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