Below are the end-to-end procedures required to deploy Glob.AI OS for Version 2026-04.
See also the version updates for the main platform components.
No manual steps required for this Hot Fix.
No manual steps required for this Hot Fix.
No manual steps required for this Hot Fix.
Apply this migration to the MySQL database in order to speed up some application features:
CREATE INDEX UWORKITEMREQUEST_BYREQUESTID ON WorkitemRequest (WorkitemRequestId );
DROP INDEX UREQUEST_AIMODEL ON Request;
CREATE INDEX UREQUEST_AIMODEL ON Request (RequestAIModelName ,RequestStatus ,RequestTimestamp ,RequestId );
CREATE INDEX UREQUEST_RECALC ON Request (RequestStatus ,RequestSource ,RequestTimestamp ,RequestId );
- Logged in with the SuperAdmin role, go to Console > System > System Modules.
- Locate the module The Lab: Iris and install.
No manual steps required for this Hot Fix.
- Go to Glob.AI OS Console > Superadmin Options > System > Parameters
- Search parameter REMOTE_MODULE_CATALOG_URL > Update
- Set new Value S as: https://qa-saia-remote-modules.s3.amazonaws.com/main-modules-catalog.json
- Confirm.
Logged in with the SuperAdmin role, follow these steps:
- Go to Console > System > System modules.
- Look for the module called The Lab Tools: Teramot.
- Choose the Install option on its card.
If you want to configure a global clientId for the entire installation:
1. Go to System > Parameters.
2. Create a new parameter with the following values:
Key
$(toolplugin_98578536-b5a9-4524-9f61-f5f6de728857_securityScheme.flows.authorizationCode.clientId)
Value
<your-client-id>
3. Replace <your-client-id> with the client ID you want to use across the whole installation.
4. Click Advanced and set the scope to System.
5. Save the parameter.
Complete the following manual steps after the deployment finishes successfully.
- Go to SuperAdmin Options > System > Parameters and filter by name: GAM_MENU_SETTINGS
Then, update it (Update action) and replace the “Value S” by copying the content of the following file: GAM_MENU_SETTINGS
This step enables the new menu entries introduced in the release, including:
- Build > Reasoning Strategies
- Monitor > Session Activity
- Go to SuperAdmin Options > System > Parameters and filter by name GAM_PERMISSION_ROL_SETTINGS
Then, update it (Update action) and replace the “Value S” by copying the content of the following file: GAM_PERMISSION_ROL_SETTINGS.
This step is required to update the role-permission’s schema to handle the new menu options. "Strategies_Access", "Monitor_Access" and "Session_Activity_Access".
- Reinstall the module Security Configuration (rev: 43 or higher):
Go to SuperAdmin Options > System > System Modules and look for “Security Configuration”. Reinstall it even if it appears updated.
- Install Agent Hub Process Components
Go to SuperAdmin Options > System > System Modules and look for “Agent Hub Process Components”. Install it.
- Install module The Lab Tools: OneDrive Tools (rev: 1).
Go to SuperAdmin Options > System > System Modules and look for “The Lab Tools: OneDrive Tools (rev: 1)”. Install it.
- Get the API Token.
- Go to SuperAdmin Options > System > Parameters
- Create a new parameter named:
$(toolplugin_17f3c003-85f3-4a10-8176-524ecf94a99c_Authorization)
- In Value, paste the API Token.
- Ensure that this is a System parameter in advance options.
- Go to SuperAdmin Options > System > System Modules
- Look for “The Lab Public Components” and click on Update.
Follow these steps:
1. Update the GAM Menu Parameter
2. Reinstall the Security Configuration Module
Navigate to Systems > Parameters and select the GAM_MENU_SETTINGS parameter for editing.
Locate the #MyCreations entry in the JSON and update the permissionName field as follows:
| Field |
Before |
After |
| permissionName |
Creations_Access |
Basic_Access |
The resulting JSON block should look like this:
{
"id": "#MyCreations",
"name": "My Creations",
"description": "My Creations",
"option": true,
"permissionName": "Basic_Access",
"icon": "",
"linkTarget": "",
"link": "",
"optionAvailable": "",
"idExternal": "14",
"idMemberHub": "9"
}
Navigate to Systems > System Modules and reinstall the Security Configuration module.
This step is required — reinstalling this module regenerates the menu and applies the permission changes.
Validation
After completing the steps above, verify that:
- Consumer-role users (Frontend role) can see the My Creations module in the Discover navigation.
- Builder-specific controls (edit, publish, etc.) are not visible to consumer-role users.
Navigate to System > Parameters and verify the following parameters are set to the correct values. If any value differs, update it accordingly.
URL Parameters
| Parameter |
Expected Value |
| AISTATION_EXTERNAL_SOLUTION_FORM_URL |
/agentic-hub/external-solutions/publish/ |
| AISTATION_COLLECTION_SHARE_FORM_URL |
/agentic-hub/collections/share/ |
Email Subject / Template Parameters
| Parameter |
Expected Value |
| AISTATION_MAIL_SUBJECT_TEMPLATE_EXTERNAL_SOLUTION_REFERRAL |
Invite to publish a solution in GlobAI |
| AISTATION_MAIL_SUBJECT_TEMPLATE_REVISION_PUBLISHED |
The Administrator approved and published your revision on GlobAI |
- In Console, go to SuperAdmin Options > System > System Modules
- Install the Google GenAI on Vertex AI Rev. 147 of the remote module if needed.
- Go to SuperAdmin Options > AI Settings > AI Models
- In Contains, search for: vertex_ai/gemini-3.5-flash
- Update.
- Set Status to "Active".
- Confirm.
- Repeat steps 3 to 7 with: vertex_ai/gemini-3.1-flash-lite
- Test the models creating an Agent in the Agentic Hub.