Dashboard

The Magic Dashboard is how you would manage your cloudlet. When you login to your cloudlet, you will be greeted by PKI charts, displaying important information about your cloudlet. This typically resembles the following.

Screenshot of the Magic Dashboard

In addition to the elements shown in the above screenshot, you will have a “splash screen” containing some hyperlinks, and also a YouTube playlist that helps you configure your cloudlet, mostly focusing on creating AI chatbots initially. Below is the entire video series if you prefer watching it here.

Components

Below is the documentation for each individual dashboard component.

In addition to the above, there’s also the profile component, allowing you to change what theme to use, change your password, and change some other settings related to your profile.

Generate token

The most important additional component is probably the “Generate Token” component, that allows you to ceate long lasting JWT tokens, you can use when interacting with your cloudlet from other systems. Below is a screenshot.

Generate JWT token component

This allows you to create a token you can use to authorize HTTP requests towards your cloudlet, if you need other systems to have extended rights towards your cloudlet. Tokens should be passed into your cloudlet as Bearer tokens in the Authorization HTTP header.