---
title: "Service gateway and route configuration"
description: "How to create and configure a Gateway service and route."
url: "https://portal.apim-ne-sail-dev.sf.scor.fr/readme-guidelines/as-api-producer/service-gateway-route-configuration"
image: "https://portal.apim-ne-sail-dev.sf.scor.fr/_og/d/c_Ocean.takumi,title_Service+gateway+and+route+configuration,description_How+to+create+and+configure+a+Gateway+service+and+route.,props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnsicHJpbWFyeSI6IiMwMDgwQTkifX19,p_Ii9yZWFkbWUtZ3VpZGVsaW5lcy9hcy1hcGktcHJvZHVjZXIvc2VydmljZS1nYXRld2F5LXJvdXRlLWNvbmZpZ3VyYXRpb24i,s_Q-k_V2p3e9MFJg4k.png"
---

Guidelines

## Service gateway and route configuration

How to create and configure a Gateway service and route.

[README & Guidelines](https://portal.apim-ne-sail-dev.sf.scor.fr/readme-guidelines) / [As an API Producer](https://portal.apim-ne-sail-dev.sf.scor.fr/readme-guidelines/as-api-producer) / Service gateway and route configuration

_For V1 architecture (deprecated 30/09/2025)_

### [1\. Connect to Kong Admin Portal](#_1-connect-to-kong-admin-portal)

-   Go to Admin Portal.

### [2\. Create a new Gateway service:](#_2-create-a-new-gateway-service)

-   Go to the Gateway Manager section of the left-hand menu.
-   Click on the name of the control plane (= gateway) that corresponds to your environment:

| Region       | DEV                   | TST                   | UAT                   | INT                   | PROD                  |
| :----------- | :-------------------- | :-------------------- | :-------------------- | :-------------------- | :-------------------- |
| North Europe | AEnDevGtw-CoreShared  | AEnTstGtw-CoreShared  | AEnUatGtw-CoreShared  | AEnIntGtw-CoreShared  | AEnPrdGtw-CoreShared  |
| East2 US     | AUe2DevGtw-CoreShared | AUe2TstGtw-CoreShared | AUe2UatGtw-CoreShared | AUe2IntGtw-CoreShared | AUe2PrdGtw-CoreShared |

-   Go to the "Gateway Services" sub-section in the left-hand menu.
-   Click on the "New Gateway Service" button on the right.
-   Enter the name of the service, which must correspond to the categories of business objects you manipulate in the API.
    -   Template type: `scor-businessobjectcategoryname`.
    -   For example, `scor-reference`.
    -   For your information, SAIL stands for SCOR Abstraction & Integration Layer. This means we need to be system agnostic, which should not appear in the service name.
-   Add relevant tags, such as `scor`, the name of the business object, the system.
-   Enter the URL of your backend, for example, `http://your-backend-url.azure.scor.com`.

### [3\. Add a route:](#_3-add-a-route)

-   Once the Gateway service has been created, access the Routes section (horizontal menu) and click on "New Route".
-   Enter the route name, for example, using the nomenclature starting with `scor-` followed by the object category, and if you have a lower level, you can specify the object type.
    -   For example, `scor-reference-treaty`.
-   Set the route path, for example, `/scor-reference-treaty-presentation`.
-   Make sure the "Strip Path" option is enabled to remove the route prefix before redirecting to the backend.
-   Save the route.

_For V2 architecture: all managed by CI/CD (contact Paul Jouet)._