@agentmail/cli
v0.4.2
Published
The official CLI for the AgentMail API
Readme
AgentMail CLI
The official CLI for the AgentMail API.
Installation
npm install -g @agentmail/cliSetup
export AGENTMAIL_API_KEY=am_us_xxxUsage
agentmail inboxes list
agentmail inboxes create --display-name "My Inbox"
agentmail inboxes:messages send --inbox-id inb_xxx --to [email protected] --subject "Hello" --text "Hi"
agentmail inboxes:threads list --inbox-id inb_xxxRun agentmail --help to see all available commands.
