> ## Documentation Index
> Fetch the complete documentation index at: https://docs.miteos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Agent

> Intelligent inbox management with human-in-the-loop sending.

# 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

```bash theme={null}
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
