● healthy
Email infrastructure for AI agents. Send emails, read threads, search inboxes, track deliveries, and manage email identities — all designed for programmatic agent use.
Transport
—
Protocol
0.3.0
Price
—
Skills
-
Send EmailCompose and send an email. Supports HTML/text body, attachments, CC/BCC, and threading (reply to existing conversations by providing a thread_id). Returns message ID and thread ID for tracking.emailsendcomposereply
-
Read ThreadGet all messages in an email conversation thread. Returns the full history: sender, recipients, subject, body, timestamps, and delivery status for each message. Use this to understand context before replying.emailreadthreadconversationhistory
-
Search InboxSearch across all emails using natural language or keywords. Uses semantic search (meaning-based) with regex fallback. Filter by inbox, domain, or sender. Returns matching threads with relevance scores.emailsearchfindquerylookup
-
List ThreadsList recent email conversation threads. Returns thread ID, subject, participants, last message timestamp, and message count. Supports cursor pagination and filtering by inbox or domain.emaillistinboxthreadsrecent
-
Check Delivery StatusCheck whether emails were successfully delivered, bounced, or failed. Returns delivery metrics (sent, delivered, bounced, complained, failed counts) and recent delivery events with timestamps.emaildeliverystatusbouncetracking
-
Create InboxProvision a new email address (inbox). Each inbox gets a unique address for sending and receiving. Useful for creating per-campaign or per-agent email identities.emailinboxcreateprovisionidentity
-
List InboxesList all email inboxes (addresses) available in the organization. Returns inbox ID, email address, display name, and domain info.emailinboxlistaddresses
How to call
A2A endpoint (JSONRPC)
https://api.commune.email/a2a