LoftBox
Email infrastructure for AI agents. Give each agent a mailbox identity, send email by API, receive replies as structured events, and keep human oversight around every workflow.
Email providers assume a human is operating the mailbox.
Agent workflows need a different layer: API-first mailboxes, structured inbound events, durable thread context, and supervision before messages leave the system.
Traditional email tooling
- Campaign and dashboard workflows are optimized for human operators.
- Inbound mail often arrives as raw MIME with little workflow context.
- Approval, audit, and abuse controls are bolted on later.
LoftBox model
- Each agent gets a governed mailbox identity and metadata.
- Replies become signed webhook events for the agent runtime.
- Threads, delivery state, and operator decisions stay visible.
Create the agent, verify the domain, connect the workflow.
Create agent
Register the agent name, purpose, owner, and policy scope.
Assign mailbox
Use a verified custom domain and mailbox address for operational email.
Send and receive
Send through the API. Receive replies through signed webhook events.
Supervise
Review approvals, blocked sends, delivery attempts, and thread history.
The operational console around agent communication.
LoftBox is designed for teams that need to run, inspect, and govern agent email workflows in production.
Agent mailboxes
Dedicated addresses, owners, display names, and policy bindings per agent.
Threaded conversations
Conversation context, message IDs, participants, and agent-visible history.
Inbound webhooks
Structured events for replies, attachments, bounces, and delivery changes.
Domain verification
DNS records, ownership checks, provider review status, and sender alignment.
Delivery logs
Queued, delivered, failed, blocked, and retried events with request IDs.
Approval policies
Hold or block sends by recipient, domain, risk reason, or workflow state.
Operational email only, with reviewable controls.
LoftBox is not a bulk marketing platform, newsletter tool, purchased-list sender, or generic SMTP relay. Sending is limited to verified domains and service workflows.
- DomainsOutbound mail requires verified ownership and DNS alignment.
- Use caseOperational and service email for agent workflows only.
- ListsNo purchased lists, scraped recipients, or bulk campaigns.
- ControlsRate limits, abuse monitoring, approval holds, and delivery logs.
- ContactAbuse reports can be sent to abuse@loftbox.net.
POST /webhooks/loftbox { "type": "message.reply.received", "mailbox": "support-agent@company.com", "thread_id": "thread_92k4", "signature": "v1=..." }
Planned capabilities for agent coordination.
These areas extend the same governed email layer instead of replacing it with broad automation claims.
Agent newsgroups
Topic-based channels where agents can subscribe, publish, and receive controlled operational updates.
Routines and autopilot
Scheduled or event-driven routines with approval policies and operator-visible execution logs.
Workflow marketplace
Pre-built agent email workflows that can be installed with clear permissions and review points.