Build your first Apigee API proxy using Cloud Code Stay organized with collections Save and categorize content based on your preferences.
This pageapplies toApigee andApigee hybrid.
View Apigee Edge documentation.![]()
- Ensure that you have followed the steps described inSet up Apigee API Management in Cloud Code, includinginstalling the Apigee Emulator.
- Learn more about API proxies inUnderstanding APIs and API proxies.
Build your first Apigee API proxy using Cloud Code.
Create an Apigee workspace to set up the directory structure required for local development with Apigee.
Create an API proxy. You'll connect your API proxy to a mock target endpoint so you can see how it works.
Configure and deploy an environment that includes your new API proxy.
Test your API. Learn how to build and export test resources and authenticate using an API key to test your API.
Change your target endpoint so your API proxy returns XML data.
Attach a policy to convert the response from XML to JSON.
(NEXT) Step 1: Create an Apigee workspace2345678
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.