Documentation
LiteMX Docs
Start with the CLI. LiteMX is built for domains, mailboxes, messages, and scoped MCP/API access from the terminal.
Quickstart
- Build the CLI.
- Configure your LiteMX API URL and token.
- Register a domain and add the DNS records at your current DNS provider.
- 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.comReference
CLIInstall, authenticate, configure domains, read mail, draft replies, send, and use JSON output.Domain setupAdd MX, TXT, CNAME, DKIM, SPF, DMARC, and provider verification records at your existing DNS host.MCPConnect agent clients through scoped tokens and the LiteMX MCP endpoint.SecurityScoped tokens, audit logging, retention, outbound controls, and send limits.APIREST endpoint map, authentication model, OpenAPI location, and scoped-token behavior.Sending policyAllowed sending, abuse controls, plan caps, and sender responsibilities.
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.