View
Apigee Edge documentation.

Congratulations! You have successfully set up an Apigee organization with Pay-as-you-go billing! There are two important tasks to complete as you begin your journey with Apigee:
From the Overview, you can test your Apigee runtime end-to-end by deploying a sample proxy and then sending a test request to the proxy.
Click Deploy API on the Test your Apigee runtime card to deploy the sample Hello World proxy.
When deployment completes, the card displays steps for sending a test request.
If you selected external access in Step 4: Configure access routing:
curl -H "Host: EXTERNAL_IP.nip.io" \ https://EXTERNAL_IP/helloworld
Where EXTERNAL_IP is the external IP address of your runtime instance. For example:
curl -H "Host: 35.244.227.125.nip.io" \ https://35.244.227.125/helloworld
A successful request returns the string: Hello, Guest! If your request is not successful, see Troubleshooting.
sales.example.com and the IP is 10.23.0.2, then point the
record for sales.example.com to the address 10.23.0.2.curl https://EXTERNAL_IP/helloworld
Where EXTERNAL_IP is the external IP address of your runtime instance. For example:
curl https://35.244.227.125/helloworld
A successful request returns the string: Hello, Guest! If your request is not successful, see Troubleshooting.
If you selected internal access in Step 4: Configure access routing, follow the instructions in Calling an API proxy with internal-only access to test your proxy.
You can use Google Cloud Identity and Access Management (IAM) to grant permissions to developers or other collaborators to access and manage your API program. For more information on using IAM to define who has what access to which resource in your Apigee implementation, see the IAM overview.
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 2026-07-23 UTC.