Connecting

Point any HTTP or SOCKS5 client at the gateway and authenticate with your username and password. The proxy is standard, so anything that speaks HTTP or SOCKS5 works unchanged.

Gateway and ports

Every request goes through one host, proxy.capzy.ai. Use port 823 for HTTP and HTTPS, or port 824 for SOCKS5. Both accept the same credentials.

Credentials

Your username is auto-generated (for example capzy_u12345) and your password is set in the dashboard. Copy both from the proxy settings there. There is no separate API to fetch credentials; they live in the dashboard alongside your plan and usage.

Proxy URL format

Compose the credentials, host, and port into a standard proxy URL:

  • HTTP: http://capzy_u12345:PASSWORD@proxy.capzy.ai:823
  • SOCKS5: socks5h://capzy_u12345:PASSWORD@proxy.capzy.ai:824

To pin the exit to a country, add a __cr.{country} suffix to the username, e.g. capzy_u12345__cr.us. See Targeting & rotation.

Examples

connect.sh
# HTTP proxy on port 823
curl -s https://api.ipify.org \
  --proxy http://capzy_u12345:PASSWORD@proxy.capzy.ai:823

# SOCKS5 proxy on port 824
curl -s https://api.ipify.org \
  --proxy socks5h://capzy_u12345:PASSWORD@proxy.capzy.ai:824

Connection fields

FieldDescription
proxy.capzy.aiGateway host. All traffic goes through this single endpoint.
823HTTP / HTTPS proxy port.
824SOCKS5 proxy port.
capzy_u12345Username. Auto-generated per account or sub-user; find it in the dashboard.
PASSWORDPassword. Rotatable in the dashboard at any time.
Rotate the password anytime
The password is rotatable in the dashboard. Rotating it invalidates the old value immediately, so update any stored proxy URLs when you do.