rly is the ReplyLayer command-line interface.
ReplyLayer provides safe email infrastructure for AI agents: mailboxes, sending, inbox workflows, scanning, quarantine, and approval flows designed for automated systems.
The official npm package is replylayer. It installs both replylayer and rly commands.
npm i -g replylayer
rly --helpThe PyPI package is rly. Use pipx for a global CLI install.
pipx install rly
rly --helpOn Debian and Ubuntu systems that enforce PEP 668, plain pip install rly may fail with externally-managed-environment. Use pipx install rly, or install inside a virtual environment.
Please report security issues privately to security@replylayer.ai.
This repository is a public install and package-trust surface for ReplyLayer's CLI. The main product source is maintained separately.