Scriptcase Help Center
Search for the articles here or browse the categories below.
Browse by topic
Find guides, tutorials, and answers organised by category.
Popular articles
What other people are reading right now.
API Configuration for Use with Scriptcase AI
Scriptcase AI uses APIs to communicate with artificial intelligence models, helping developers create, maintain, and evolve projects developed in Scriptcase. To use Scriptcase AI, it is not necessary to purchase a standard subscription, such as ChatGPT Plus, Google AI Pro, or any other equivalent plan. These subscriptions are not required to use the API, their purpose is to allow access to the paid version of the AI assistant directly through the provider's own website. When using Scriptcase AI with an API key, billing is based on demand, considering factors such as the model used, the volume of requests made, and the number of tokens processed. However, in the standard subscription plans, the amount will be charged regardless of usage during that month. It is not necessary to purchase a standard subscription, such as ChatGPT Plus or Google AI Pro, to use Scriptcase AI through the API. How values are calculated This consumption is measured in tokens, which represent small parts of the content sent to and received from the AI, such as texts, instructions, questions, code snippets, and responses generated by the model. In each interaction, the API counts the input tokens, referring to the content sent to the AI, and the output tokens, referring to the generated response. In practice, common tasks, such as generating suggestions, translating content, reviewing small excerpts, explaining errors, adjusting parts of code, or assisting in the creation of applications, tend to consume a reduced number of tokens. Example of values by model and token The values below, obtained on 06/11/2026 from the official pages**,** refer to API usage and are intended only to demonstrate the cost difference between models. Prices may change, so it is recommended to always check the official pages before purchasing. ChatGPT (OpenAI API Pricing): https://developers.openai.com/api/docs/pricing Gemini API Pricing: https://ai.google.dev/gemini-api/docs/pricing 1 million tokens represents approximately between 600,000 and 750,000 words, depending on the language and the type of content processed. | Provider | Model | Input | Output | Notes | | -------- | ---------------------- | ---------------------- | ----------------------- | -------------------------------------------------------------------------------------- | | OpenAI | gpt-5.5 | US$ 5,00 per 1M tokens | US$ 30,00 per 1M tokens | Most capable model, with higher cost | | OpenAI | gpt-5.4-nano | US$ 0,20 per 1M tokens | US$ 1,25 per 1M tokens | Lightweight, cost-effective model. Primarily used for Scriptcase AI intelligent tasks. | | Gemini | Gemini 3.1 Pro Preview | US$ 2,00 per 1M tokens | US$ 12,00 per 1M tokens | Most capable model | | Gemini | Gemini 2.5 Flash-Lite | US$ 0,10 per 1M tokens | US$ 0,40 per 1M tokens | Lightweight, cost-effective model. Primarily used for Scriptcase AI intelligent tasks. | Generate an API Key GPT / OpenAI To use GPT models in Scriptcase A, you need to access the OpenAI developer platform and generate an API key. Step-by-step 1. Access the OpenAI Platform. 2. Log in with an OpenAI account. 3. If the user already uses ChatGPT, they can use the same login. However, API usage has separate configuration and billing from the ChatGPT subscription. 4. Access the Billing area. 5. Configure the payment method or add credits for API usage. 6. The OpenAI API works with consumption-based billing. Added credits are consumed as requests are made. 7. Access the API Keys area. 8. Create a new API key. 9. Copy the generated key and store it in a safe place. 10. The key must be saved at the time of creation. For security reasons, the platform may not display the full key again afterward. 11. In Scriptcase, access the Scriptcase AI configuration. 12. Select the OpenAI/GPT provider. 13. Enter the generated API key. 14. Save the configuration and perform a connection or AI usage test. Monitoring API Usage The platform dashboard provides detailed metrics on costs, request volume, and rate limits. 1. Access the OpenAI Platform website and sign in. 2. In the left-side menu, go to Usage to view a detailed breakdown of daily token consumption by model (such as GPT-5.5 or GPT-5.4 Nano) and accumulated costs. You will see a detailed dashboard containing all information related to your API usage. Generate an API Key Gemini / Google To use Gemini models with Scriptcase AI, you must access Google AI Studio or configure a project in Google Cloud and generate an API key. Step-by-Step 1. Access Google AI Studio. 2. Sign in with a Google account. 3. Accept the Terms of Service if this is your first access. 4. Go to the API Keys section. 5. Create a new API key. On future accesses, Google AI Studio may automatically create a default project linked to your account. You can also use or import an existing Google Cloud project. 6. Copy the generated API key. 7. If you need paid features or higher limits, configure billing for the project. 8. In Scriptcase, access the Scriptcase AI settings. 9. Select Gemini as the provider. 10. Enter the generated API key. 11. Save the configuration and perform a connection or AI usage test. Monitoring API Usage 1. Access the Google AI Studio Usage Dashboard. 2. Sign in with your Google account. There, you will find detailed charts showing daily usage, rate limits, and token consumption for each Gemini model. You will see a detailed dashboard containing all information related to your API usage. To access the API consumption view, you need to have the payment method configured. Recommendations Treat the API key as a password. Do not share it in chats, repositories, public pages, or places accessible to end users. Whenever possible, use a dedicated key for Scriptcase AI, monitor API usage, and configure usage limits in the provider. If you suspect the key has been exposed, replace it immediately and remove old keys that are no longer in use.
ScriptcaseManual Update - Linux
Before performing any procedures, we recommend backing up your projects. To back up Scriptcase: Go to Settings > Administration, and in the side menu, access Services > Backup. A .ZIP file will be generated with all your projects — save this file in a secure directory. Alternatively, you can compress and save the entire Scriptcase folder in a safe location. Below, we will see how to manually update Scriptcase: 1. Download Scriptcase in tar.gz format from our official website. 2. Now, we need to extract the downloaded .tar.gz file and copy its contents to the current Scriptcase directory. To do this, access the Linux terminal and run the following commands in order: 1. sudo su 2. tar -zxvf****scriptcase-10.0.000-pt_br.tgz 3. cp -R scriptcase-10.0.000-pt_br/* /opt/NetMake/v10/wwwroot/scriptcase 4. chmod 777 -R scriptcase/ Note: Permission 777 only must be considered if you have a local installation. opt/NetMake/v10/wwwroot/scriptcase is the default path to the automatic installation. If you installed scriptcase in a different path, use this path. 3. To confirm the update, after transferring the files, access your Scriptcase and go to Help > Check for updates.
What’s New in ScriptcaseGetting a ChatGPT (OpenAI) API Key for Scriptcase AI
In this tutorial, you will learn how to create an API key on the OpenAI platform and configure it in Scriptcase AI to use the intelligent features available in your projects. Obtaining the OpenAI API key 1. Access the OpenAI platform with your account. 2. After logging in, access the API keys area. 3. Click the option to create a new API key. 4. Define a name and click Create secret key. The name is optional, but we recommend using an identification that makes it easier to manage it later in the list of keys. For more details about creating and managing API keys, see the official OpenAI documentation. 5. After generating the key, copy the displayed code and store it in a safe place. Save the secret key, as it will not be possible to view it again. Keep it protected, since anyone with your API key can make requests on your behalf. If you lose it, you will need to generate a new one. API Key Management On the API Keys screen, it is possible to manage the created keys. In the column highlighted in the image below, you can access the key management options, such as editing permissions or deleting the key. The complete key is only displayed at the time of creation. If you lose or do not save the key, you will need to create a new one and update the configuration in Scriptcase AI. Configuring Scriptcase AI 1. After logging in with an administrator account in Scriptcase, access the Tools > Scriptcase AI menu. 2. Copy the generated API key and paste it into the API Key field. In this step, enable the option to create and translate applications automatically and select the OpenAI Provider, as well as the Chat Model and Smart Tasks Model. 3. Project access permissions In the project list, define the access permissions of Scriptcase AI for each project. Enable Code View and grant access to the connections so that Scriptcase AI can analyze the code of the open event and access the structure of the database tables and fields. Scriptcase AI accesses only the database structure, such as tables and fields. It does not access or read the data stored in the database. 4. After entering the information, click save settings. The chat and smart tasks are now available. See more details about the options on the configuration screen in our documentation.
ScriptcaseManual update of Scriptcase on Windows
The manual update of Scriptcase is performed using the compressed .zip, file available in the Scriptcase download area. This procedure replaces only the base Scriptcase files, which are responsible for the structure of the tool. The existing projects in the environment are not changed, removed, or overwritten during the update. Before starting the procedure, we recommend creating a backup of the projects and the current installation as a security measure. 1. Creating the backup The backup can be created through Scriptcase itself by accessing: Settings > Administration > Services > Backup Wait for the backup to finish before downloading the file through the tool interface. It is also possible to perform a manual backup by copying the current installation folder to another safe location. 2. Downloading the update file Access the website download tab and download the latest version of Scriptcase in ZIP format for Windows. The downloaded file will be used to replace the base files of the current installation. 3. Extracting the compressed file After completing the download, extract the contents of the .zip file to a temporary folder. Example: C:\Users\User\Downloads\scriptcase\scriptcase-10.0.000 Inside the extracted folder (scriptcase-10.0.000), you will find the files of the new Scriptcase version. 4. Copying the files from the new version Select all files and folders from the new Scriptcase version. Copy this content. 5 - Pasting the files into the current installation Paste the copied files into the current Scriptcase folder. Destination example: C:\Program Files\NetMake\v9-php82\wwwroot\scriptcase When Windows asks for confirmation to replace the existing files, confirm the replacement. 6. Waiting for the copy process to finish and accessing Scriptcase Wait until all files are copied and replaced. After the file replacement is complete, access Scriptcase normally through the browser. Use the same address used before the update. Example: http://127.0.0.1:8093/scriptcase
ScriptcaseSystem error, missing file api-ms-win-crt-runtime-l1-1-0.dll
This error is solved in two optional ways. A- Installing the software via windows upgrate Microsoft has created Visual C ++ Redistributable for Visual Studio 2015 on WindowsUpdate KB2999226. So you can install it through Windows Update. 1- Type Update inthe search box from Start. Then click on Check for updates (Windows10) or on Windows Update (Windows 7) in the result. 2- Click on check for updates 3- The program will look for updates and click install updates then restart the computer. B- Download the Visual C ++ executable file Redistributable for Visual Studio 2015 1- Download the pagehttps://www.microsoft.com/en-in/download/details.aspx?id=48145 2- Follow the installation instructions. 3- Restart the device.
What’s New in ScriptcaseGetting a Gemini API Key for Scriptcase AI
In this tutorial, you will learn how to create a Gemini API key in Google AI Studio and configure it in Scriptcase AI to use intelligent features in your projects. Obtaining the Gemini API key 1. Access Google AI Studio with your Google account. 2. After logging in, access the API keys area. 3. On the API Keys screen, click Create API key. 4. Enter a name and click Create key. Create the API key using the Gemini default project or select an existing project. 5. After generating the key, copy the displayed code and store it in a safe place. Do not share, publish in repositories, or send the key to third parties. API key management On the API Keys screen, the created keys can be managed. In the highlighted column shown in the image below, you can copy the API key and monitor the usage of that specific key. Quote Whenever possible, use a dedicated key for Scriptcase AI. This makes it easier to control usage, identify consumption, and replace the key if necessary. Configure Scriptcase AI 1. After logging in with an administrator account in Scriptcase, access the menu Tools > Scriptcase AI. 2. Copy the generated API key and paste it into the API Key field. In this step, enable the option to create and translate applications automatically and select the Google provider, as well as the Chat Model and Smart Tasks Model. 3. Project access permissions In the project list, define the access permissions of Scriptcase AI for each project. Enable Code View and grant access to the connections so that Scriptcase AI can analyze the code of the open event and access the structure of the database tables and fields. Scriptcase AI accesses only the database structure, such as tables and fields. It does not access or read the data stored in the database. 4. After entering the information, click save settings. The chat and smart tasks are now available. See more details about the options on the configuration screen in our documentation.