Email infrastructure for AI agents

Give your agents their own email addresses. Send, receive, and manage threaded conversations — all through a simple API.

Email wasn't built for agents

Traditional email APIs assume a human is sending every message. Your AI agents need something different — their own identity, full conversation context, and fire-and-forget reliability.

Real Identity

Create dedicated inboxes for each agent. Custom domains. Professional addresses. No shared mailboxes.

Full Context

Every webhook includes the complete thread history — so your agent can reason about the conversation.

Built for Autonomy

Async processing with automatic retries. Send an email and move on. We handle delivery.

Integrate in minutes

terminal
# Create an inbox for your agent
curl -X POST https://api.trycroft.com/v1/inboxes \
  -H "Authorization: Bearer $CROFT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"displayName": "Support Agent", "username": "support"}'

# Response: {"id": "ibx_abc123", "email": "[email protected]", ...}

# Send an email
curl -X POST https://api.trycroft.com/v1/inboxes/ibx_abc123/messages \
  -H "Authorization: Bearer $CROFT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"to": ["[email protected]"], "subject": "Re: Your question", "text": "Thanks for reaching out..."}'

# Receive emails via webhooks with full thread context
# → {"message": {...}, "thread": {"messages": [...]}}

Everything your agents need

Inbox Management

Create, list, and update inboxes via API

Send & Receive

Bidirectional email through one API

Smart Threading

Automatic In-Reply-To/References handling

Attachments

Upload and retrieve files up to 10MB

Custom Domains

Send from your own domain

Webhooks

Real-time delivery with thread history

Delivery Tracking

queued → sent → delivered status

Agent Documentation

/v1/context endpoint for LLM consumption

What you can build

Customer Support Agents

Let your AI handle inbound support emails with full context.

Sales Outreach

Autonomous follow-up sequences with personalized responses.

Scheduling Assistants

Book meetings via email without human intervention.

Notification Systems

Transactional emails from your AI workflows.

Simple, predictable pricing

Free

$0/mo
  • 3 inboxes
  • 500 emails/month
  • Send + Receive
  • Community support
Get Started

Scale

$99/mo
  • Unlimited inboxes
  • 100,000 emails/month
  • Send + Receive
  • Custom domains
  • Dedicated support
  • $1/1k overage emails
Get Started

Build your first agent inbox in 5 minutes

Questions? Email us at [email protected]