Authentication
Use bearer authentication on every /v1/* request.
curl -H "Authorization: Bearer mb_xxx" \
https://getmail.bot/v1/inboxes
const client = new MailBot({ apiKey: 'mb_xxx' });
Python examples apply to the in-repo SDK source while package publishing is pending.