To securely integrate and use IntraMind's API services, you must follow a structured authentication process designed to grant access only to verified and authorized users in this guide, we explain step by step how to do this.
🧾 1. Create an IntraOS account
The first step is to register on IntraOS, IntraMind's cloud platform, by creating a personal or corporate account.
🔒 2. Enable two-factor authentication (2FA)
Once the account is created,
two-factor authentication must be enabled to further protect access:
👉 Go to the profile section:
https://os.intramind-srl.com/user-profile 👉 Follow the instructions to configure the 2FA
Activation of 2FA is mandatory in order to generate and use API tokens.
🤝 3. Get the PARTNERSHIP license
Access to API endpoints is restricted to users with a
PARTNERSHIP license.
To get it, contact the IntraMind sales department:
📩
[email protected]The team will provide you with all the necessary guidance and enable your account for advanced access.
🧑💻 4. Access the developer section
After obtaining the license, access the developer section at:🔗
https://os.intramind-srl.com/developerFrom here, you will be able to:
- View technical documentation
- Monitor API calls
- Manage your authentication tokens
- Have access to several useful developer tools
🔑 5. Generate an API token
In the developer dashboard, click on the “
Create API Token” button.The token will be generated in Base64 format and can be used to authenticate all calls to protected endpoints.
⚠️
Important: Keep the token in a secure environment. Do not share it or save it in plain text within the code.
🧩 6. Integrate authentication into your system
You are now ready to integrate authentication into your user login or registration system.Each call to the protected API services will need to include the generated Base64-encoded API token in the HTTP header:
By following these steps, you can securely authenticate with IntraMind's services and begin developing custom integrations into your infrastructure.
If you have any technical or business concerns, please do not hesitate to contact our support team or sales department.