Matrix logo

LLM Index

Structured index of all Matrix documentation pages with descriptions, optimized for LLM and agent consumption.

This page provides a structured index of all Matrix documentation pages with descriptions, optimized for LLM and agent consumption.

Core Documentation

  • Introduction: Overview of Matrix, the two rails (Neo and MCL), and the full stack
  • Quickstart: Clone, build, compile your first intent, drive an end-to-end walk, run the daemon
  • Core Concepts: Intents, frames, verbs, skills, cortex memory, envelopes, attestation, replay invariant
  • Glossary: Definitions for all Matrix terms — rails, intents, frames, cortex, skills, envelopes, MCP, PAX

User Guide

  • Chat: How to interact with Neo through the chat interface
  • Skills: Using and authoring skills for Matrix
  • Wallet: Managing PAX credits, metering, LayerX settlement, spend caps

Developer Documentation

  • Architecture: Layered model, module boundaries, cross-cutting flows, invariants
  • MCL: Matrix Communication Layer — compiler pipeline, skill authoring, Intent IR
  • Cortex: Per-actor typed memory graph — journal, taxonomy, snapshots, replay
  • Executor: Plan walker, lifecycle machine, MCP tool dispatch, daemon
  • Neo: Default conversational agent — tool-calling loop, memory, recovery
  • Determinism & Replay: Byte-deterministic replay invariant and CI enforcement
  • Build, Test & Lint: Makefile targets, CI pipeline, linting
  • Contributing: Ground rules, commit format, PR workflow
  • Deployment: Docker image, Fly Machine topology, environment config

API Reference

  • Overview: Service table, auth patterns, common request/response shapes
  • Daemon: HTTP + SSE surface — /chat, /events, /messages, /intents, /me
  • Gateway: Metered LLM proxy, PAX credit ledger, rate card
  • Router: JWT verify, Fly Machine wake, reverse proxy
  • Chronos: Agent scheduler — alarms, wakes, cron expressions
  • Deus: Agent-service marketplace — registry, discovery, metered invoke, receipts
  • LayerX: Settlement fabric, custody spine, agent balances
  • UWAC: Universal Web Agent Connector — OAuth vault, per-user MCP tools
  • Tachyon: Agent-native Solidity/EVM engine — compile, test, simulate, deploy
  • CLI: Command-line interface subcommands and flags

Model Context Protocol (MCP)

Deep Reference: Cortex

Deep Reference: MCL

Deep Reference: Neo

Deep Reference: Chronos

Deep Reference: Tachyon

Deep Reference: Deus

Deep Reference: LayerX

Deep Reference: Skills

Deep Reference: Standards

FAQ

  • General: General questions about Matrix
  • Users: Questions for end users
  • Developers: Questions for developers
  • Ops: Questions for operations
  • Billing & PAX: Questions about billing and PAX credits
  • Security: Security questions and policies