Environments
Integrating an Environment with Your Code
Updating Preview URLs
In the environment, modify the Preview URL to reflect the correct URL.
- In the non-main environment you're integrating, go to Models.
- Change the model* Preview URL to the appropriate location—for example,
http://localhost:####
, where####
is your port, such as3000
—for local development. - Click the Update Preview URL button.
*As an example, if you're developing Pages, change the Page model Preview URL.
Updating the API Key in your code
- Go to the main Account Settings > Environments.
- Select and copy the API Key for the environment you want to integrate with.
- In your code, replace the API Key of the main environment with the API key of the child environment.
- Deploy the codebase to the relevant URL using the updated API key.
If you are running the environment locally, no deployment is required. However, if the environment has a specific URL—for example, dev.my-url.com
— remember to deploy the changes.