First, create an account in the Aurinko portal

When asked about the type of app you want to create chose 'Outlook/Gmail addon':


Next, check API/features that should be activated for your new app. Besides 'Mailbox API' and 'User sessions' your addin may need to access CRM APIs.


Now, go to the 'Check out your new addon!' todo item on your Aurinko app's dashboard page and download your manifest file. 


You're ready to activate your Aurinko Outlook addin!

Install the manifest file in your Office 365 Outlook.

Once you've installed the manifest, opened the addin in Outlook, and logged in, you'll see a new user record in Aurinko: 


Now you frontend code can call Aurinko API on behalf of this user. Read this article for more details.

Also a there is a new account that supports the user record. Your addin's frontend code can access the mailbox data through this account now. See the Unified mailbox API docs.