Skip to main content
The Gateway URLs settings let you point Prisma AIRS AI Gateway at your own self-hosted gateway deployments instead of the AI Gateway’s cloud endpoints. Once configured, the dashboard uses your custom URLs when generating code snippets, running playground completions, and constructing MCP server endpoints. Both fields are set at the organisation level and apply across all workspaces within that organisation.

Gateway URL

The Gateway URL is the base URL of your self-hosted AI gateway. Setting it changes two things in the dashboard:
  • Code snippets — the baseURL shown in the Model Catalog and Getting Started pages will use your gateway URL instead of https://aigw.portkey.ai/v1.
  • Playground completions — prompt completions triggered from the dashboard are proxied through this URL.
If this field is left blank, the dashboard falls back to the AI Gateway’s cloud gateway at https://aigw.portkey.ai/v1.
The trailing /v1 is automatically normalised. Whether you enter https://gateway.yourcompany.com or https://gateway.yourcompany.com/v1, the dashboard will always use the /v1-suffixed form.

MCP Gateway URL

The MCP Gateway URL is the base URL of your self-hosted MCP gateway. It is used to construct the endpoint URL for each MCP server registered in your organisation. For an MCP server with slug my-server, the resulting endpoint URL will be:
If this field is left blank, the dashboard falls back to the AI Gateway’s default MCP gateway at https://aigw.portkey.ai/m.

How to Configure

  1. Navigate to Settings in Strata Cloud Manager.
  2. Under the Organisation section, click General.
  3. Scroll to the Gateway URLs section.
  4. Enter your gateway’s base URL in the Gateway URL field (e.g. https://gateway.yourcompany.com).
  5. Enter your MCP gateway’s base URL in the MCP Gateway URL field if applicable (e.g. https://mcp.yourcompany.com).
  6. Click outside the input field. The value saves automatically — there is no separate save button.
To clear either value and revert to the AI Gateway default, delete the URL from the field and click outside it.
Only organisation members with the Admin or Owner role can update these settings.

Private and Self-Hosted Deployments

If you are running a private or self-hosted deployment of the AI Gateway, the Gateway URL shown in the dashboard is controlled at the infrastructure level by your deployment team via the INTERNAL_GATEWAY_URL or GATEWAY_BASE_URL environment variable. In this case, the value entered in the UI has no effect — contact your deployment administrator to change the gateway endpoint.

Organisations

Workspaces

MCP Gateway

Self-Hosting

Last modified on September 15, 2026