MUTX Docs

This is the contributor-facing documentation hub for MUTX.

Use this directory when you want the code-accurate view of how the platform is structured, how to run it, and where the current gaps are.

Start Here

Core Platform

Infrastructure And Ops

Troubleshooting

Reality Check

The most important rule in this repo is simple:

  • trust src/api/routes/ for API behavior

  • trust cli/ for CLI behavior

  • trust sdk/mutx/ for SDK behavior

  • trust app/ and app/api/ for website and app-surface behavior

If a doc and the code disagree, the code wins and the doc should be updated.

Last updated