1 min read
1 min read
Hoala Greevy
May 21, 2026
Today we're launching the Paubox CLI. It allows developers and agents to send HIPAA compliant email from the command line.
As part of our journey to become an AI-native company, we concluded that in addition to an MCP server, we also needed a CLI.
npm (all platforms)
npm install -g paubox-cli
Homebrew (macOS)
brew tap paubox/pauboxbrew install paubox-cli
Windows
winget install Paubox.CLI
The Paubox CLI runs on macOS, Linux, and Windows.
| Platform | Supported |
|---|---|
| macOS | ✅ |
| Linux | ✅ |
| Windows | ✅ |
Tested on Node.js 18+. Install via npm:
npm install -g paubox-cli
The Paubox CLI isn't just for humans. Any agent or automated workflow that can invoke a shell command can send HIPAA compliant email.
paubox send --to patient@example.com --subject "Your Dermatology appointment" --message "See you tomorrow at 2pm."
That means your AI agent can send a secure message to a patient without ever touching a web UI or managing an API client.
Paubox also offers an MCP server for agent frameworks that support the Model Context Protocol. This gives tools like Claude, Cursor, and others native access to HIPAA compliant email.
If it can run a shell command, it can send HIPAA compliant email.
With Paubox :)
See related: Introducing the Paubox MCP server
Every Friday we bring you the most important news from Paubox. Our aim is to make you smarter, faster.