Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
ReferenceReference

Reference

The pages that the build pipeline keeps in sync with the source code, plus the architecture and env-var compendiums.

PageWhat it coversSource
ArchitectureLayered breakdown — engines, runtime, intelligence, API, MCP.Hand-written.
Environment variablesEvery MNEXUS_* knob, table form.Mirrors Getting started → Environment.
CLIEvery mnexus <subcommand> and its flags.Generated from the Click command tree at build time.
REPL slash commandsEvery /<command> in the interactive REPL.Generated from SLASH_COMMANDS at build time.
HTTP APIAll 136+ FastAPI endpoints, grouped by URL prefix.Generated from the FastAPI OpenAPI schema at build time.

The generator is docs-site/scripts/gen_reference.py. Run it locally:

cd docs-site npm run dev # predev hook runs the generator automatically

Or, manually:

python3 docs-site/scripts/gen_reference.py

If a flag or endpoint isn’t in the reference, it doesn’t exist — either add it to the source or stop looking.