For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/2 MAY 2026

Agent Email Inboxes

Agents
Feature
Inbox

Dedicated mailboxes designed specifically for AI agents to autonomously receive, triage, and reply to messages.

PLANNING

  • Agent mailbox schema. Created mailbox, thread, and message models in packages/db/src/schema/inbox.ts and thread.ts.

FRONTEND

  • Agent inbox UI. Built full agent mailbox management interface in apps/frontend/dashboard/src/features/agent-inbox.

BACKEND

  • Inbox service. Built apps/backend/inbox with S3 attachment retrieval and inbound JetStream message processing.
Reloop