Next, create an API proxy.
Position your cursor over the apiproxies folder in your workspace and click .
The Create API proxy wizard opens.
Click API key based authentication.
Enter the following values for the next set of prompts. Press Enter after each to confirm and proceed.
Field | Value | Description |
---|---|---|
API proxy name | helloworld | Name used to identify the API proxy. |
API proxy base path | helloworld | Part of the URL used to make requests to your API. Apigee uses the URL to match and route incoming requests to the proper API proxy. |
Backend target URL | https://mocktarget.apigee.net | Target URL that Apigee invokes on a request to the API proxy. The mocktarget service is hosted at Apigee and returns simple data. |
The API proxy is created.
Expand the helloworld folder to view the contents of the API proxy bundle.
Default API proxy and target endpoints, and a set of policies to manage API key based authentication, are added to the API proxy configuration based on your selections using the wizard.
In the next step, you configure and deploy an environment that includes your helloworld
API proxy.
12(NEXT) Step 3: Configure and deploy an environment45678
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-24 UTC.