Después de crear un proxy nuevo, debes implementarlo para poder probarlo. En esta sección, se describe cómo implementar el proxy nuevo mediante el Editor de proxies de Apigee, la herramienta principal para editar y administrar proxies.
Editor de proxies nuevo
Para implementar un proxy de API con el Editor de proxies, sigue estos pasos:
Si usas la IU clásica de Apigee, selecciona Desarrollar > Proxies de API y, en el panel Proxies, selecciona el entorno para el proxy que deseas implementar.
En la IU, se muestra el nuevo proxy en la lista de proxies: Nota: Si no ves tu proxy en la lista, asegúrate de haber seleccionado la organización correcta, como se describe en Cambia entre organizaciones.
Selecciona myproxy en la lista de proxies. La IU muestra la página Descripción general para ese proxy en el Editor de proxies.
Para implementar los cambios, primero haz clic en Implementar a fin de mostrar el cuadro de diálogo Implementar:
Ingresa el siguiente comando:
Revisión: Es el número de revisión del proxy que deseas implementar.
Entorno: Es el entorno en el que deseas implementar el proxy.
Cuando el proxy está implementado, la columna Estado en la sección Implementaciones muestra un ícono verde para mostrar que se implementó la revisión 1 del proxy.
Anula la implementación de un proxy
Si necesitas anular la implementación del proxy, puedes hacerlo de la siguiente manera: desplaza el cursor sobre el ícono en la columna Estado y selecciona Anular la implementación.
Editor de proxies clásico
Para implementar un proxy de API con el Editor de proxies clásico, haz lo siguiente:
En la IU híbrida, selecciona Desarrollar > Proxies de API.
Asegúrate de que el entorno de “prueba” esté seleccionado.
En la IU, se muestra el nuevo proxy en la lista de proxies:
Haz clic en el proxy "myproxy".
En la IU, se muestra la pestaña Descripción general de los proxies de API para ese proxy en el Editor de proxies.
Ten en cuenta que en Implementaciones, en la columna Revisión, se muestra "Sin implementar".
En la columna Revisión, expande el selector desplegable para elegir la revisión que se implementará.
En la lista desplegable, solo se muestra "1" y "Sin implementar":
Selecciona "1", la revisión que deseas implementar, en la lista desplegable.
La IU te solicita que confirmes la implementación:
Haz clic en Implementar.
Apigee comienza el proceso de implementación de la revisión 1 de tu proxy nuevo.
En el siguiente paso se explica cómo llamar al proxy de API que acabas de implementar.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-07 (UTC)"],[[["\u003cp\u003eThis content applies specifically to Apigee and not Apigee hybrid, focusing on how to deploy an API proxy.\u003c/p\u003e\n"],["\u003cp\u003eThere are two user interface options for managing Apigee: the new "Apigee in Cloud console" and the classic Apigee UI.\u003c/p\u003e\n"],["\u003cp\u003eDeploying an API proxy is essential before it can be accessed and used by developers within an Apigee environment.\u003c/p\u003e\n"],["\u003cp\u003eThe deployment process involves selecting a specific proxy revision and choosing the target environment, with optional service account configuration in the new Apigee in Cloud console UI.\u003c/p\u003e\n"],["\u003cp\u003eAfter deployment, a green icon in the deployment status column indicates that the API proxy revision is active, and the next step involves testing the newly deployed API proxy.\u003c/p\u003e\n"]]],[],null,["*This page\napplies to **Apigee** , but not to **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\nAn API proxy must be deployed before developers can access and use it. \n\nApigee in Cloud console\n\n1. In the Google Cloud console, go to the **Apigee \\\u003e Proxy development \\\u003e API proxies** page.\n\n [Go to API proxies](https://console.cloud.google.com//apigee/proxies)\n2. Make sure the same Google Cloud project where you created the API proxy is selected from the dropdown at the top of the page.\n3. Select **myproxy** in the proxies list.\n4. Click **Deploy** to display the **Deploy** dialog, and enter the following information:\n - **Revision**: Select the revision number of the proxy you want to deploy. If you're doing this tutorial from scratch, there's only one revision to choose from.\n - **Environment**: Select the environment where you want to deploy the proxy. An environment is a runtime execution context for the API proxies in an Apigee organization. You must deploy an API proxy to an environment before it can be accessed.\n - **Service account** (optional): A [service account](https://cloud.google.com/iam/docs/service-accounts) for the proxy. The service account represents the identity of the deployed proxy, and determines what permissions it has. This is an advanced feature, and for the purpose of this tutorial, you can ignore it.\n5. Click **Deploy**.\n\n| **Note:** It may take a few moments for Apigee to deploy the new proxy.\n\nWhen the proxy is deployed, the **Status** column in the **Deployments** section displays\na green icon to show that the API proxy revision is deployed. You can hover the cursor over the status icon\nto see more information about the deployment.\n\nClassic Apigee IU\n\n1. Open the [Apigee UI](https://apigee.google.com) in a browser.\n2. In the Apigee UI, select **Develop \\\u003e API Proxies** .\n\n Be sure the \"test\" environment is selected.\n\n The UI displays your new proxy in the proxies list:\n\n3. Click on the \"myproxy\" proxy.\n\n The UI displays the **API Proxies Overview** tab for that proxy in the Proxy\n Editor.\n\n Notice that under **Deployments** , the **Revision** column shows\n \"Not deployed\".\n4. In the **Revision** column, expand the drop-down selector to choose the revision to deploy.\n\n The drop down list displays only \"1\" and \"Undeploy\":\n\n5. Select \"1\"---the revision that you want to deploy---from the drop down list.\n\n The UI prompts you to confirm the deployment:\n\n6. Click **Deploy** .\n\n Apigee begins the process of deploying revision 1 of your new proxy.\n\n| **Note:** It may take a few minutes for Apigee to deploy the new proxy.\n\nThe next step explains how to call the API proxy you just deployed.\n[1](/apigee/docs/api-platform/get-started/create-proxy) [2](/apigee/docs/api-platform/get-started/deploy-proxy) [(NEXT) Step 3: Test the API proxy](/apigee/docs/api-platform/get-started/test-proxy) [4](/apigee/docs/api-platform/get-started/change-endpoint) [5](/apigee/docs/api-platform/get-started/add-policy)\n\n\u003cbr /\u003e"]]