Create API key
API keys let your app call the Mailofly REST API and SDKs.Create a key
- Open API keys
- Click Create key and give it a name (e.g.
production) - Copy the value — it starts with
mf_live_
Use it
Every authenticated request needs:Tips
- One key per service (easier to rotate)
- Never commit keys to git
- Prefer short-lived keys for contractors / staging
Next
- Connect a sending account — you need an
acc_…key to send - Node.js quickstart — send your first email from code
- API Reference