This page applies to Apigeeand Apigee hybrid.
View Apigee Edge
documentation.
In this step, you'll publish an API to the portal by performing the following steps:
Step 1: Create an API Proxy from a spec
Create an API proxy from an OpenAPI Specification that describes the API.
To create an API proxy from an OpenAPI Specification:
Cloud Console UI
-
In the Apigee in Cloud console, go to the Proxy Development > API proxiespage.
-
Click Create. The Create a proxywizard opens prompting you to select the type of API proxy to create.
-
Click in the Proxy templatebox.
-
Click OpenAPI spec template, Reverse Proxy (most common).
-
Open the following file in a browser, and then save it:
https://raw.githubusercontent.com/apigee/api-platform-samples/master/default-proxies/helloworld/openapi/mocktarget3.0.yaml
-
In Step 1 OpenAPI Specs, click Browse.
-
Navigate to an OpenAPI Spec file you just downloaded, select it, and then click Open.
-
Click Next.
-
In Step 2 Proxy details, the fields are prepopulated using values from the OpenAPI Specification. Edit the Descriptionfield as follows: API proxy for hello world.
-
Click Next.
-
In Step 3 Flows, select all operations.
-
Click Next.
-
In Step 4 Deploy, select the environment to which you want to deploy.
-
Click OK.
-
Click Create.
When the proxy is deployed, the Statuscolumn in the Deploymentssection displays a green icon to show that the API proxy revision is deployed. You can hold the pointer over the status icon to see more information about the deployment.
Classic UI
- In the Apigee UI, select Develop > API proxies in the left navigation bar to open the API proxies page.
-
Click Create New.

The Create Proxy wizard opens prompting you to select the type of API proxy to create.
-
Under Reverse Proxy (most common) , click Use OpenAPI Spec .

The Use OpenAPI Spec dialog displays.
-
Copy and paste the following URL in OpenAPI Spec URL field on the URL tab:
https://raw.githubusercontent.com/apigee/api-platform-samples/master/default-proxies/helloworld/openapi/mocktarget3.0.yaml
-
Click Select . The Create Proxy wizard opens and the Proxy details page is prepopulated using values from the OpenAPI Specification.

-
Edit the Description field as follows: API proxy for hello world.
-
Click Next.
-
On the Policies page:
- Under Security: Authorization, select Pass through (no authorization).
- Under Security: Browser, select Add CORS headers.

-
Click Next.
-
On the Flowspage, make sure all operations are selected and click Next.

-
On the Summarypage, select the environment to which you want to deploy under Optional Deployment.

-
Click Create and deploy.
On the Summary page, you'll see an acknowledgement that your new API proxy was created successfully and deployed to the selected environment.
Step 2: Create an API product
Create an API product that contains the API resources that you want to expose to your API consumers.
To create an API product:
-
In the Apigee in Cloud console, go to the Distribution > API productspage.
-
Click Create. The Product detailspage is displayed. Enter the Product Details for your API product.
Field Value Name Hello World Display Name Hello World Description Simple hello world example Environment Select environment where API proxy is deployed. Access Public Automatically approve access requests Enabled Quota (leave blank) Allowed OAuth Scopes (leave blank) -
In the Operationssection, click Add an operationto identify the operations to add to your API product.
- Under Source, select API proxyand then select Mock-Target-APIfrom the drop-down.
- Under Operation, enter a forward slash (
/) in the Pathfield. Ignore the other fields.
-
Click Saveto save the operation.
-
Click Saveto save the product.
Step 3: Publish the API to your portal
Publish the API to your portal to enable your customers to learn about and use it.
To publish the API to your portal:
Cloud Console UI
-
In the Apigee in Cloud console, go to the Distribution > Portalspage.
-
Click in the My first portalrow to open the portal.
-
Click the APIstab.
-
Click + API.
-
For API productselect Hello World.
-
Select Published (listed in the catalog)to publish the API to your portal.
-
For Display title, enter Hello World.
-
For Display image, click Select.
-
Click Assets.
-
Click Previewfor
home-background.jpg. -
Click Select.
-
For API documentation, to auto-generate API reference documentation from a snapshot of your OpenAPI Specification:
- Select OpenAPI document.
- Click Select.
- Click the URLtab.
- Type helloworldin the Spec namefield.
- Copy and paste the following URL in the URLfield:
https://raw.githubusercontent.com/apigee/api-platform-samples/master/default-proxies/helloworld/openapi/mocktarget3.0.yaml
- Click Select.
-
Click Save.
Classic UI
- In the Apigee UI, navigate to the APIs page in your portal:
- Select Publish > Portals in the left navigation bar.
- Click in the My first portal row to open the portal.
- Click API Catalog to display the APIs page.
- Click + .
- Select Hello World in the Add an API product to the catalog dialog and click Next .
- Under API details
, configure the following options:
- Select Published (listed in the catalog) to publish the API to your portal.
- For Display image
:
- Click Select image .
- Click
home-background.jpgfrom the list of existing images in the Select image dialog. - Click Select .
- Preview the image and click Select .
- For Categories , enter Get Started and press Enter .
Leave all other values set to their defaults.

- Under API documentation
, to auto-generate API reference documentation from a snapshot of your OpenAPI
Specification:
- Select OpenAPI document .
- Click Select Document .
- Select the Import from a URL tab.
- Enter helloworld in the Spec name field.
- Copy and paste the following URL in the URL
field and press Enter
:
https://raw.githubusercontent.com/apigee/api-platform-samples/master/default-proxies/helloworld/openapi/mocktarget3.0.yaml
- Click Select .

- Click Save .
Step 4: View the API reference documentation
To view the API reference documentation:
- In the Apigee UI, click Live Portalto view the changes in the live portal (or refresh the live portal if it is already open in another tab).
- In the live portal:
- Click APIsin the top navigation bar to the view published API.
- Click the Hello Worldcard to view the API reference documentation.
- Give your API a try!


