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

# UGMail: Programmatic Email Infrastructure Platform

> UGMail is a REST API-first email platform. Provision unlimited mailboxes, manage domains, and connect via SMTP, IMAP, JMAP, and more — no per-user fees.

UGMail is an email infrastructure platform designed from the ground up for programmatic control. Whether you're an indie developer automating a SaaS onboarding flow, an enterprise team managing hundreds of client domains, or an AI engineer giving your agents a real inbox, UGMail gives you the API primitives to build exactly what you need — without paying per seat or fighting with legacy email hosting panels.

## What UGMail is

UGMail sits between you and the complexity of raw email infrastructure. You interact with a clean REST Management API secured by Bearer token authentication; UGMail handles the MTAs, DKIM signing, spam filtering, and protocol servers underneath. Every resource — domains, mailboxes, aliases, forwarders — is a first-class API object you can create, update, and delete at any time.

## Key features

**API-driven provisioning.** Create domains and mailboxes with a single `POST` request. No web-panel clicking, no waiting on support tickets. Automate onboarding, teardown, and everything in between using curl, Python, Node.js, or any HTTP client.

**Seven open protocols.** Connect mail clients and applications using the protocol that fits your stack. SMTP, IMAP, POP3, JMAP, CalDAV, CardDAV, and WebDAV are all available at `mail.ugmail.co` on standard ports.

**No per-user fees.** UGMail charges for infrastructure, not headcount. Spin up one mailbox or ten thousand — the pricing model scales with your platform, not your user list.

**99.99% uptime SLA.** UGMail's redundant infrastructure and tenant-scoped isolation mean your email keeps flowing even when traffic spikes. Every tenant's data and delivery pipeline is isolated from every other tenant.

## Who UGMail is for

UGMail is the right tool for teams and developers who need to own their email infrastructure, not rent a shared black box. Common use cases include:

* **SaaS onboarding automation.** Provision a dedicated mailbox the moment a user signs up, then tear it down or hand it off when they churn. The entire lifecycle lives in your application code.
* **AI agent email.** Give autonomous agents a real SMTP/IMAP inbox so they can send, receive, and process email as part of a larger workflow — no forwarding hacks or shared accounts.
* **Multi-domain client management.** Agencies and MSPs can manage hundreds of client domains under a single API token, with full isolation between tenants.
* **Transactional and notification email.** Use the SMTP relay with your own domain and DKIM records to send transactional messages with top-tier deliverability.

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your token, add a domain, and send your first email in under a minute.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how Bearer token auth works and see code examples in three languages.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Browse every Management API endpoint with request and response schemas.
  </Card>

  <Card title="Protocols Overview" icon="network-wired" href="/protocols/overview">
    Learn the server addresses and ports for SMTP, IMAP, JMAP, and more.
  </Card>
</CardGroup>
