nex_proxy_create
Create one or multiple proxy resources by specifying protocol, host, port, and optional credentials for browser automation.
Instructions
Create one custom proxy resource from protocol, host, and port, or pass items to create several. Prefer nex_proxy_import when the user pasted Desktop-compatible lines. Credentials are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Proxy host or IP; required unless items is set | |
| port | No | Proxy port | |
| items | No | Create several proxies in one call; each item needs host and port | |
| remark | No | ||
| password | No | Write-only; never returned | |
| protocol | No | SOCKS5, HTTP, or HTTPS; omitted create defaults to SOCKS5 | |
| username | No | Write-only; never returned | |
| ipVersion | No | IPv4 or IPv6 |