# AproxPay Entry Proxy Session

> AproxPay Entry Proxy Session is a paid API for AI agents from proxy.aproxpay.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Issues ephemeral residential proxy CONNECT credentials valid for 30 minutes and up to 15MB of traffic, optionally routed through a specified exit country.

## Facts

- Endpoint: POST https://proxy.aproxpay.com/v1/session
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aproxpay-entry-proxy-session-a95ff04f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6cU03Mi6kaFkEObTNqvtH

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aproxpay-entry-proxy-session-a95ff04f -d '<json body>'
```

Example prompt: Get me a quick residential proxy session routed through the US — I just need it for a small task under 15MB.

## When to prefer this

Choose this entry-level session endpoint when you need a short-lived, low-data residential proxy for a quick task (under 15MB, under 30 minutes). Prefer /v1/session/heavy for sustained or high-volume tasks, or /v1/session/gb for sticky IP or large transfers. This is the cheapest option at $0.05 USDC per session.

## Known failure modes

- Invalid or unsupported country code returns 400 bad request
- Insufficient USDC balance or payment failure returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Credentials expire after 30 minutes or 15MB — whichever comes first
- No available exit nodes for the requested region returns 503

## How this service works

Entry session pass: ephemeral CONNECT credentials (30 min + 15MB). Upsell: /v1/session/heavy or /v1/session/gb.

## Output

Returns ephemeral CONNECT proxy credentials (username, password, host, port) valid for 30 minutes and up to 15MB of bandwidth, usable immediately to tunnel HTTP/HTTPS traffic through a residential IP in the requested exit country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "type": "string",
   "maxLength": 2,
   "minLength": 2,
   "description": "Optional ISO 3166-1 alpha-2 exit country"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "host": "gw.aproxpay.com",
  "port": 8443,
  "byteCap": 15728640,
  "password": "ephemeral-secret",
  "username": "s_exampleSessionId",
  "expiresAt": "2026-07-17T12:30:00.000Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aproxpay-entry-proxy-session-a95ff04f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.aproxpay.com](https://www.zero.xyz/host/proxy.aproxpay.com/llms.txt)
