# Avelto > The email API for developers who want it to just work. Avelto is an email API for developers: one request to send, verified domains, a sandbox, webhooks and a full event log. ## Markdown for agents Every docs page, the home page and the pricing page also serve plain markdown. Either send `Accept: text/markdown` or append `.md` to the path (the home page is `/index.md`). Examples: https://avelto.dev/docs/webhooks.md, https://avelto.dev/pricing.md. - [The whole site in one file](https://avelto.dev/llms-full.txt): product pages, pricing and every docs page, in reading order. - [All docs in one file](https://avelto.dev/docs/llms.txt): every docs page concatenated, in sidebar order. - [Pricing as markdown](https://avelto.dev/pricing.md): every plan, step, overage rate and add-on. ## Machine-readable - [OpenAPI 3.1 (JSON)](https://avelto.dev/openapi.json) and [YAML](https://avelto.dev/openapi.yaml): every /v1 route, request and response schema. - [MCP server](https://avelto.dev/docs/mcp): `npx -y @avelto/mcp` gives Claude, Cursor or any MCP client tools to send email, check delivery and manage domains. Manifest: https://avelto.dev/.well-known/mcp.json - [Agent skill](https://avelto.dev/.well-known/agent-skills/avelto/SKILL.md): how to use the API correctly (auth, sandbox rules, idempotency, 429 handling, webhooks). Index: https://avelto.dev/.well-known/agent-skills/index.json ## Product - [Features](https://avelto.dev/features): sending, domains, test mode, webhooks, dedicated IPs and the agent surface. - [Enterprise](https://avelto.dev/enterprise): custom volume, uptime SLA, EU residency, invoiced billing. - [Changelog](https://avelto.dev/changelog): what shipped, newest first. RSS at https://avelto.dev/changelog.rss - [About](https://avelto.dev/about) - [Sending compliance](https://avelto.dev/docs/compliance): CAN-SPAM, UK PECR, and the Gmail and Yahoo bulk sender rules. - Legal: [Terms](https://avelto.dev/legal/terms), [Privacy](https://avelto.dev/legal/privacy), [Acceptable use](https://avelto.dev/legal/aup), [DPA](https://avelto.dev/legal/dpa), [Sub-processors](https://avelto.dev/legal/subprocessors), [DMCA](https://avelto.dev/legal/dmca) - [Report a problem](https://avelto.dev/report): spam, copyright or a privacy request. ## Docs - [Quickstart](https://avelto.dev/docs) - [Quickstarts by framework](https://avelto.dev/docs/quickstart) - [Send email](https://avelto.dev/docs/send-email) - [Domains](https://avelto.dev/docs/domains) - [Test mode and sandbox](https://avelto.dev/docs/test-mode) - [Webhooks](https://avelto.dev/docs/webhooks) - [Webhook events](https://avelto.dev/docs/webhooks/events) - [Suppressions](https://avelto.dev/docs/suppressions) - [Node SDK](https://avelto.dev/docs/sdk) - [MCP server](https://avelto.dev/docs/mcp) - [API reference](https://avelto.dev/docs/api) - [Security](https://avelto.dev/docs/security) ## Contact - [Contact form](https://avelto.dev/contact)