Click on Settings.
Click on API access.
Click on + New API Access.
Type the name, description, and redirect URI for your API Access.
Type the redirect URI, in our example we need this access for local tests, so we will use the URI "urn:ietf:wg:oauth:2.0:oob".
Click on Create.
Make sure to copy the secret in a secure location, you will not be able to access this again.
Click on Close.
Click on Team.
Click on the user you want to add the API access.
Click on API access.
Click on + New Access Token.
Select your API access from Choose an application to generate an access token.
Click on Create Token.
You can verify the access token was added correctly by clicking on API access.
Open your Terminal and make sure you have Node v10.18+ installed by typing: node -v
Install Modyo CLI using npm. Type
npm i -g @modyo/cli in your Terminal.
🏠 Learning Path: Build Microfrontends with the Modyo's CLI