Envloped CLI

Email from your terminal

Send emails, manage domains, and handle API keys — all from the command line. Built for developers and AI agents.

terminal
$ curl -fsSL https://envloped.com/install.sh | bash
$ envloped login
$ envloped send --from hello@company.com \
--to user@example.com \
--subject "Hello!" --text "Sent from the CLI"
Email sent successfully

Use Cases

From CI/CD pipelines to AI agents — the CLI fits every workflow.

CI/CD Pipelines

Send deployment notifications, build reports, and alerts from GitHub Actions, GitLab CI, or any pipeline without SDK integration.

Local Development

Test email sending directly from your terminal during development. Dry-run mode validates without sending.

Infrastructure Automation

Manage domains and API keys programmatically via shell scripts. JSON output pipes directly into jq and other tools.

AI Agents

AI coding assistants like Claude Code, Cursor, and Codex can install and use the CLI autonomously. JSON output, stdin piping, and non-interactive flags make it fully agent-compatible.

Why Envloped CLI

Designed for the agent economy — built to be automated.

Developer-first

Follows patterns from Stripe, Vercel, and Resend CLIs. If you know one, you know Envloped.

AI-native

--json output, --stdin input, --force flags, and structured errors make it fully automatable by AI agents.

Multi-platform

Single binary for Linux, macOS, and Windows. Supports amd64 and arm64 architectures.

Zero dependencies

Install with one curl command. No runtime, no package manager, no Docker required.

Shell completions

Tab completions for bash, zsh, fish, and PowerShell. Autocomplete commands, flags, and values.

Multiple profiles

Switch between staging and production with --profile. Each profile has its own API key and config.

Built for the Agent Economy

AI coding assistants are becoming the primary way developers interact with tools. Envloped CLI is designed to be used by both humans and agents — every command supports --json output,--stdin input, and non-interactive flags like --force.

With the Envloped agent skills file, AI assistants like Claude Code, Cursor, and Codex can autonomously install the CLI, authenticate, and start sending emails — no human intervention required.