{
  "markdown": " # Envloped CLI\n\nThe official command-line interface for [Envloped](https://envloped.com) — the email platform for developers and AI agents.\n\n## Install\n\n```bash\ncurl -fsSL https://envloped.com/install.sh | bash\n```\n\nOr download binaries directly from [Releases](https://github.com/envloped/cli/releases).\n\n### Supported Platforms\n\n| OS | Architecture |\n|---|---|\n| Linux | amd64, arm64 |\n| macOS | amd64, arm64 (Apple Silicon) |\n| Windows | amd64 |\n\n## Quick Start\n\n```bash\n# Authenticate\nenvloped login\n\n# Send an email\nenvloped send --from hello@yourdomain.com --to user@example.com \\\n  --subject \"Hello!\" --text \"Sent from the CLI\"\n\n# List sent emails\nenvloped emails list\n\n# Manage domains\nenvloped domains list\nenvloped domains add mydomain.com\n\n# Manage API keys\nenvloped keys list\nenvloped keys create \"My Key\"\n```\n\n## CI/CD\n\nUse environment variables for non-interactive authentication:\n\n```bash\nexport ENVLOPED_API_KEY=en_your_api_key\nenvloped send --from a@b.com --to c@d.com --subject \"Deploy\" --text \"Done\"\n```\n\n### GitHub Actions\n\n```yaml\n- name: Install Envloped CLI\n  run: curl -fsSL https://envloped.com/install.sh | bash\n\n- name: Send notification\n  env:\n    ENVLOPED_API_KEY: ${{ secrets.ENVLOPED_API_KEY }}\n  run: envloped send --from a@b.com --to c@d.com --subject \"Deployed\" --text \"OK\"\n```\n\n## AI Agent Support\n\nThe CLI is designed for autonomous use by AI agents (Claude Code, Cursor, Codex):\n\n- `--json` flag on every command for machine-readable output\n- `--stdin` for piping JSON email payloads\n- `--force` to skip confirmation prompts\n- `--quiet` for minimal output\n\nSee [`install.md`](https://github.com/envloped/cli/blob/main/install.md) for agent installation instructions.\n\n## Documentation\n\n- [Getting Started](https://envloped.com/docs/cli)\n- [Command Reference](https://envloped.com/docs/cli/commands)\n- [CI/CD Integration](https://envloped.com/docs/cli/ci-cd)\n\n## License\n\nProprietary. Copyright Envloped.\n",
  "bytes": 1942,
  "sha": "e599bac8a27ae88c253d3a01c4edcf7ebfe68295959f3c5852dc4b21071957c8",
  "repo_slug": "envloped/cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_envloped_mcp_a3fa17ea/readme"
}