Skip to main content

Add APIs from an Existing Application

In this section, you will find how to associate an API in a created Application.


You can add an API to a running Application in the Service Catalog. You can make new features and functionality available to users of the Application.

Check out the steps below:

Step 1. Go to the 'Settings' section of the Application;

Step 2. Under the 'API Settings', click on the edit icon, and fill out the following fields:

  • Name: How you want to name your API.
  • Description: Give a short description of the API.

Upload the OpenAPI file. The extensions .yaml, .yml, and .json are allowed.

After that, enter the Gateway URL.

In this step, you must include only a Gateway URL because the Application is already in a specific environment.

Docusaurus themed imageDocusaurus themed image

Step 3. Click 'Save'.

You added an API to a running Application.

Learn more