AIM. - Mistral AI

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIM. - Mistral AI >

AIM. - Mistral AI

AIM.SaveKey

Top


MiniRobotLanguage (MRL)

 

AIM.SaveKey

Save the Mistral AI API Key to file

 

Intention

 

The AIM.SaveKey command saves the Mistral AI API key to an encrypted file for secure storage.

 

Syntax

 

AIM.SaveKey|$$Key[|$$FilePath]

 

P1 - $$Key - The API key to save

P2 - $$FilePath (optional) - Where to save the key

 

Example

 

' Save key to default location

AIM.SaveKey|your_mistral_api_key

 

' Save to custom location

AIM.SaveKey|your_key|C:\Secure\AIM_Key.dat

 

Related Commands

 

- AIM.SetKey - Load saved API key