---
parser: v2
auto_validation: true
primary_tag: products>sap-integration-suite
tags: [  tutorial>beginner, products>sap-gateway, products>sap-integration-suite, products>api-management ]
time: 15
slug: hcp-apim-create-provider
canonical_url: https://developers.sap.com/tutorials/hcp-apim-create-provider
---
# Create an API Provider System
<!-- description --> Create an API Provider system to connect to the SAP developer system created in the previous step.

## Prerequisites  
- **Tutorials:** [Enable the SAP Integration Suite, API Management capability](cp-starter-isuite-onboard-subscribe)

## Intro
- **Tutorials:** [Create an Account on the Gateway Demo System](gateway-demo-signup)

## You will learn  
- Create an API provider system

SAP Integration Suite, API Management uses three main components to expose APIs.

- The API Provider is used to abstract the connection to the backend / target system
- The API Proxy is the actual API which contains the logic to connect to the target system. Here you can model the flow, add security policies, transform the incoming message or look for content injections
- The API Product which bundles one or more API Proxies before they are exposed in the API Developer portal so they can be consumed by a developer

You will use SAP Integration Suite, API Management to create an API Provider. This API Provider will connect to a backend system, in your case to the SAP Gateway Developer System. In a real-life scenario the API Provider could connect to your Developer System. Once you have created and tested an API Proxy on it, you would transport the proxy to your productive system and the underlying API Provider would now point to your productive backend system.  


---

### Learn about the API Management tools



In the next couple tutorials that are part of this series, you will take a look at the different tools that API Management provides. [Get an overview of the tooling](https://blogs.sap.com/2016/06/20/part-2-overview-of-sap-api-management-tools/) and how each component works together to help create your proxy.

Your proxy is what you expose to the outside world so they can consume your API. Review the blog to learn about the different building blocks of a proxy and how the tools SAP provided through API Management make it easier for you as a developer.



### Open the SAP API Management Portal


Open the **API Management, API Portal** (you can get the URL from Integration Suite Launchpad, click on Design Develop, and Manage APIs).

![Open SAP API Management API Portal](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/01-access_api_portal_cf.png)


### Quick start an API Provider creation


From the **Quick Action** tile on the Home screen you can immediately create an API Provider by clicking on **API Provider**.

![Click on API Provider](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/02-quickstart-create-cf.png)

This will bring up the create wizard for an API Provider.


### View and create API Providers


To navigate to the API Developer area, select the **Hamburger Menu** in the upper left corner and click on **Configure**.

![Click on Configure](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/03-hamburger-cf.png)

  **API Providers** will be selected by default from the tab menu to see the previously created providers and to create a new one.

To create a new provider from this page, click on **Create**

![Click on Create](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/04-Create-cf.png)




### Enter information about the API Provider


In the overview area, enter the **Name** and **Description** for the API Provider.

**Field** | **Value**
----|----
Name | `SAPDeveloperSystemES5`
Description | Public SAP Gateway system exposing OData

![Enter Name and Description](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/05a-enter-values-cf.png)

Under the **Connection** tab, provide the following information.

**Field** | **Value**
----|----
Type | Internet
Host | `sapes5.sapdevcenter.com`
Port | 443
Use SSL | _(checked)_


 ![Enter values for connection](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/05-enter-values-cf.png)

On the **Catalog Service Settings** tab, provide the following information.

**Field** | **Value**
----|----
Path Prefix | `/sap/opu/odata`
Service Collection URL | `/IWFND/CATALOGSERVICE/ServiceCollection`
Authentication Type | Basic
`UserName` | `<your_GATEWAY_username>`
Password | `<your_GATEWAY_password>`

![Enter values for catalog services](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/05b-cf.png)


### Save your API provider


Click on **Save** at the top-right side.

![Save button](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/09-Save-cf.png)


### Test your settings


To Test your settings click on the **Test Connection** at the top right side

![Tets connection](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/06a-test-connection-cf.png)

Also test Settings by navigating to the **Catalog Service Settings** tab on the API Provider and Click on the **Catalog URL** link to see the catalog.

![Copy Catalog URL](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/06-opt-catalogURL-cf.png)


### View list of services


When the URL was correct you should see a list of services available on the SAP Gateway system (this screen may look different on different browsers). If you entered your authentication details correctly, you **should not** be prompted for a username and password. If you are asked for a username and password, verify your credentials in the API Provider Authentication tab are your correct **Gateway credentials**. After 3 failed attempts, your Gateway will lock.

![Successful result](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/08-resultsInBrowser-cf.png)



### Go back to the API Provider overview


When the API Provider was saved successful a toast will quickly show up and you will see all the values you had previously entered. Click on the **`SAPDeveloperSystemES4`** link to go back to the API Provider overview screenshot

![Go back to the overview screen](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/10-SavedAndBack-cf.png)


### View providers


Now you can see API Provider in the list of available API Providers.

![Overview of API Providers](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/hcp-apim-create-provider/11-OneProvider-cf.png)

