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

# MAILS Service

> Email management service

## Overview

MAILS is Null Pass's email management service. Users can manage email accounts, aliases, and email-related features through service entitlements.

## Service Identifier

```
MAILS
```

## Entitlement Fields

<ResponseField name="tier" type="string" default="free">
  Access tier: "free", "premium", "enterprise"
</ResponseField>

<ResponseField name="isPremium" type="boolean" default="false">
  Premium access flag
</ResponseField>

<ResponseField name="customStorageLimit" type="number">
  Custom storage limit in bytes (null for default tier limits)
</ResponseField>

<ResponseField name="customApiKeyLimit" type="number">
  Custom API key limit (null for default tier limits)
</ResponseField>

## Related Endpoints

<Card title="Service Access" icon="server" href="/api-reference/services/access">
  Manage MAILS service entitlements
</Card>

<Card title="Webhooks" icon="webhook" href="/api-reference/webhooks/mails">
  MAILS subscription webhooks
</Card>
