get_environment_urls
Retrieve public URLs of a Magento Cloud environment by providing the project ID and environment name. Optionally, return only the primary route.
Instructions
Get the public URLs of a Magento Cloud environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primary | No | Only return the URL for the primary route | |
| project | Yes | The Magento Cloud project ID | |
| environment | Yes | The environment name, e.g. 'staging', 'production' |