You may notice the AcuityAI Endpoint Controller application in the QSX directory. The purpose of this application is currently to send the API requests to the Hugging Face Inference Endpoint when using the Tasks section of the configuration. The reason for this is because the API key is a parameter that must be sent in the request, but the Task configuration would display it in plain text. To get around this, the Task simply uses AcuityAI Endpoint Controller which automatically encrypts and stores the provided API key, and sends it along with the request from the QSX.