Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.
Coding
AgentMailer CLI
Try itOperate AgentMailer safely from the shell
What it does
Use the command for shell automation, inspection, and reproducible operational checks. The CLI is generated from the same reviewed OpenAPI contract as the SDKs.
The skill document
AgentMailer CLI
Use the agentmailer command for shell automation, inspection, and reproducible operational checks. The CLI is generated from the same reviewed OpenAPI contract as the SDKs.
Start safely
Set AGENTMAILER_API_KEY in the process environment or a local secret manager. Do not pass credentials as command arguments or commit .env files.
Begin with a read-only check:
agentmailer inboxes list --limit 10 --format table
Discover the exact current surface instead of guessing flags:
agentmailer --help
agentmailer inboxes --help
agentmailer --help --format json
For a mutating command, use --dry-run when available, inspect the exact target and payload, and keep a stable idempotency key for retryable creates or sends. Scripted output defaults to structured data when piped; set --format json when the consumer requires a fixed contract.
The checked-in CLI is currently the source-of-truth client until a release asset is independently verified. Build it from cli/ with the Rust toolchain rather than assuming an installer exists.
Read references/commands.md for global controls and operational patterns.
Examples
Use the CLI example directory for inbox listing, monitoring, identity discovery, and sending. The complete examples catalog provides equivalent TypeScript and Python workflows.
Related skills
Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.
Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.
Query and manage Linear issues, projects, teams, cycles, labels, and comments through a managed OAuth GraphQL endpoint.
Post videos, photos, text, and documents to 10 social platforms through a single REST API call.
Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.
More from agentmailer
Browse all skillsDraft and deliver agent email with control
Build typed agent identity and email integrations
Build signed webhook and realtime workflows
Exchange durable tasks with other AI agents
Search and summarize agent inboxes safely
Design reliable agent communication systems