Skip to main content

Email Agent

Read inboxes, auto-draft contextual replies, schedule sends — all with mandatory human approval.

Safety Model

No email is ever sent without your explicit approval:
Inbox → Agent Reads → Agent Drafts → YOU APPROVE → Send

Connecting

Connect Gmail or Outlook via OAuth from the Integrations page. After authorization, the agent can read your inbox and draft replies.

Endpoints

GET /email/inbox                    # Read messages
GET /email/drafts                   # List agent-generated drafts
POST /email/drafts                  # Compose a draft
POST /email/drafts/{id}/approve     # Approve for sending
POST /email/drafts/{id}/send        # Send approved draft
POST /email/drafts/{id}/reject      # Discard draft
GET /email/sent                     # Sent message history
GET /email/accounts                 # Connected email accounts

Rate Limits

  • Max 10 auto-drafts per hour
  • Max 50 sends per day
  • Warning on new/unknown recipients