automation-suite
2.2510
true
- Overview
- Requirements
- Pre-installation
- Preparing the installation
- Downloading the installation packages
- Configuring the OCI-compliant registry
- Granting installation permissions
- Installing and configuring the service mesh
- Installing and configuring the GitOps tool
- Installing the External Secrets Operator in Kubernetes
- Applying miscellaneous configurations
- Running uipathctl
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Orchestrator advanced configuration
- Configuring Orchestrator parameters
- Configuring appSettings
- Configuring the maximum request size
- Overriding cluster-level storage configuration
- Configuring NLog
- Saving robot logs to Elasticsearch
- Configuring credential stores
- Configuring encryption key per tenant
- Cleaning up the Orchestrator database
- Skipping host library installation
- AI Trust Layer
- Troubleshooting
- The backup setup does not work due to a failure to connect to Azure Government
- Pods in the uipath namespace stuck when enabling custom node taints
- Unable to launch Automation Hub and Apps with proxy setup
- Velero backup fails with FailedValidation error
- External Secrets troubleshooting
- Temporal as a Service troubleshooting
- AI Center and Document Understanding pods fail to start with TLS certificate verification enabled
- Fluentd does not export logs in IPv6 environments
Automation Suite on EKS/AKS installation guide
Last updated May 15, 2026
Enabling custom AI gateways
The Bring-your-own AI gateway feature enables custom connector templates in the AI Trust Layer, allowing you to connect your own AI models through Integration Service's Connector Builder. You must enable this feature during installation by editing the input.json configuration file.
-
Open
input.jsonand add or edit the following configuration under theplatformcomponent:{ "platform": { "advanced_configuration": { "portal": { "llm_configurations": { "enableByoAiGateway": true } } } } }{ "platform": { "advanced_configuration": { "portal": { "llm_configurations": { "enableByoAiGateway": true } } } } } -
Add or edit the following configuration under the
llmgatewaycomponent:{ "llmgateway": { "advanced_configuration": { "enableByoAiGateway": true } } }{ "llmgateway": { "advanced_configuration": { "enableByoAiGateway": true } } } -
Save
input.jsonand proceed with the installation.
Once enabled, the Create custom connector option in the AI Trust Layer becomes available, allowing you to configure custom LLM connections using Connector Builder templates.
For details, refer to: