What problem does it solve? AI agents often need their own email addresses to send, receive, and organize messages programmatically, but traditional email services are not designed for autonomous agent workflows. This Skill provides the AgentMail SDK patterns to give agents dedicated inboxes with full message, thread, and attachment handling. ## Core Features & Use Cases - Inbox and Message Management: Create inboxes on-demand, send and reply to emails with text and HTML bodies, and organize conversations with threads and labels. - Attachments, Drafts, and Pods: Send Base64-encoded attachments, create drafts for human-in-the-loop approval, and isolate customers with multi-tenant pods. - Real-Time Events: Receive email events via webhooks with HMAC signature verification or persistent WebSocket connections without a public URL. - Use Case: Build a support agent that receives customer emails in its own inbox, drafts replies for human approval, and gets notified in real time when new messages arrive. ## Quick Start Install the agentmail package, initialize the client with your API key, and ask the agent to create an inbox and send a test email with both text and HTML bodies.