create_proxy_request
Allocate a group of residential proxies from a GB Residential service by specifying country, rotation interval, and proxy count.
Instructions
Create a proxy-request (country + rotation-interval + count group) on a GB Residential bucket, allocating endpoints from it. Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). GB Residential only — ISP fixed-IP plans expose their endpoints directly via get_proxy_list. countryId comes from list_gb_residential_countries; rotationInterval comes from list_gb_rotation_intervals. Plain write — not gated. id comes from list_proxies (a GB Residential service).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GB Residential proxy service id from list_proxies. | |
| countryId | Yes | A country id from list_gb_residential_countries. | |
| proxyCount | Yes | How many proxies to allocate. | |
| rotationInterval | Yes | Rotation interval id from list_gb_rotation_intervals. |