You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds ReplyLayer.CLI (rly), the command-line interface for ReplyLayer — safe transactional/operational email for AI agents. Portable installer, Windows x64.
Options:
-V, --version output the version number
--api-url API base URL (env: REPLYLAYER_API_URL) (default: "https://api.replylayer.ai")
--api-key API key (overrides stored credential)
--json Output JSON instead of formatted text (default: false)
-h, --help display help for command
Commands:
signup [options] Create a new ReplyLayer account
auth Manage authentication
domain Manage domains
mailbox Manage mailboxes
send [options] Send an email (fresh send, or continue a thread with --thread)
inbox Read and manage messages
reply [options] Reply to a message
recipients Manage verified recipients (sandbox tier)
account Manage your ReplyLayer account
api-key Manage API keys
draft Manage drafts (scan-then-review-then-send)
suppressions Manage your do-not-contact list (suppressions)
inbound-blocklist Manage your inbound do-not-receive list (per account; admin + agent)
firewall-release Release a firewall_blocked message back into scanner processing
legal-hold Manage compliance legal holds (Pro+; admin keys + session)
webhook Manage customer webhook subscriptions
version Show the CLI version (full build metadata with --json)
config Inspect CLI configuration
doctor [options] Diagnose CLI configuration, connectivity, and credentials
help [command] display help for command
PS C:\Users\User\Desktop> rly --version
0.7.11
PS C:\Users\User\Desktop> Get-ARPTable rly
PS C:\Users\User\Desktop> Get-ARPTable reply
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Description
Adds
ReplyLayer.CLI(rly), the command-line interface for ReplyLayer — safe transactional/operational email for AI agents. Portable installer, Windows x64.✅ Checklist
📦 Manifest Checklist
winget validate --manifest <path>winget install --manifest <path>Microsoft Reviewers: Open in CodeFlow