Brandymail Docs

Overview

How to start integrating with the Brandymail services API.

Getting started

The Brandymail services API runs on Fastify and is deployed at:

EnvironmentBase URL
Productionhttps://brandymail-services.onrender.com
Localhttp://localhost:3004

Most analysis routes live under /api/.... The public OpenAPI document is available at /openapi.json.

Next steps

  1. Create an API key (bmk_…) when you need higher rate limits or org attribution
  2. Call a guide endpoint such as DNS analysis — see DNS analysis
  3. Or connect an AI assistant via MCP

On this page