network field supports two options:
- Managed proxy (
network.managed_proxy): H provisions a proxy for the session. You pick the pool, country, and stickiness; the platform handles the provider and credentials. - Bring your own (
network.proxy_url): route through a proxy you operate, credentials inline.
Managed proxy
Ask H to provision the proxy by settingnetwork.managed_proxy. The request carries intent only; credentials are resolved server-side and never appear in your requests, session data, or logs.
Create a catalog browser environment that egresses from a US residential IP:
Bring your own proxy
Route through a proxy you operate by settingnetwork.proxy_url.
Create a catalog browser environment that routes through your proxy:
Next steps
Browser configuration
The rest of the browser environment: fields, modes, and actions.