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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This content is relevant to both Apigee and Apigee hybrid platforms, and also provides a link to the Apigee Edge documentation."],["The guide demonstrates how to create a new API proxy by navigating to the `apiproxies` folder and utilizing the \"Create API proxy\" wizard."],["During API proxy creation, the user is prompted to choose \"API key based authentication\" and define critical fields such as the proxy name, base path, and backend target URL."],["After creation, the API proxy folder `helloworld` contains the default API proxy and target endpoints, in addition to policies for managing API key-based authentication."],["The subsequent step involves configuring and deploying an environment, including the newly created `helloworld` API proxy."]]],[]]