Dedicated Mailbox Addresses
When you provision an agent identity (e.g.,@eva), Wirebox immediately assigns a production address:
Sending Outbound Email
Agents can initiate email conversations using the TypeScript SDK or CLI. Wirebox supports both plain text and rich HTML bodies.Reading Inboxes & Polling
Fetch incoming messages from the agent’s dedicated mailbox. Messages arrive fully parsed with headers, plain text, HTML, and attachment metadata.Replying to Existing Threads
When an agent replies to a human user, Wirebox maintains RFC 5322 conversation continuity:- Sets
In-Reply-ToandReferencesheaders referencing previous message IDs. - Prefixes the Subject line with
Re:if not already present. - Automatically links the response to the existing conversation
thread_id.