Documentation

LiteMX Docs

Start with the CLI. LiteMX is built for domains, mailboxes, messages, and scoped MCP/API access from the terminal.

Quickstart

  1. Build the CLI.
  2. Configure your LiteMX API URL and token.
  3. Register a domain and add the DNS records at your current DNS provider.
  4. Create a mailbox, read messages, and issue scoped tokens only when automation needs access.
pnpm cli:build
litemx config set --api-url <api-url> --token <token>
litemx domains register example.com --mailbox ops --alias hello
litemx domains verify example.com

Reference

How Domain Setup Works

LiteMX does not require moving nameservers. The CLI prints the mail and verification records to add at your existing DNS provider, then verifies receive and send readiness separately.