Returns proxy credentials for a geo-targeted exit IP
Returns proxy credentials for a geo-targeted exit IP. Residential, mobile/5G, SOCKS5, WireGuard. 249 countries, mid-session geo-swap. No signup.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.agentcamo.xyz/sessions
| Category | Everything else |
|---|---|
| Provider host | api.agentcamo.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 36 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {
"countryCode": "us",
"ttl": 5
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"countryCode": {
"description": "ISO 3166-1 alpha-2 country code for exit IP",
"type": "string"
},
"identity": {
"description": "Optional agent identity tag",
"type": "string"
},
"mode": {
"description": "Transport mode. http = residential/mobile (set proxyType), wireguard = full-tunnel VPN, socks5 = SOCKS5 proxy",
"enum": [
"http",
"wireguard",
"socks5"
],
"type": "string"
},
"proxyType": {
"description": "IP pool type. mobile = carrier IPs (T-Mobile, Verizon) for bot-detection bypass (default: residential)",
"enum": [
"residential",
"mobile"
],
"type": "string"
},
"ttl": {
"description": "Session TTL in minutes, 1-30 (default: 5)",
"type": "number"
}
},
"required": [
"countryCode"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"bodyType",
"body",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"country": {
"description": "Active exit country code",
"type": "string"
},
"expiresAt": {
"description": "ISO 8601 session expiry",
"type": "string"
},
"mode": {
"description": "Transport mode (http, wireguard, socks5)",
"type": "string"
},
"proxyAuth": {
"description": "Basic auth credentials (sessionId:jwt)",
"type": "string"
},
"proxyHost": {
"description": "Proxy hostname",
"type": "string"
},
"proxyPort": {
"description": "Proxy port",
"type": "number"
},
"proxyType": {
"description": "IP pool type used (residential or mobile)",
"type": "string"
},
"sessionId": {
"description": "Session ID (UUID) for proxy auth and management",
"type": "string"
},
"token": {
"description": "JWT for proxy authentication and session management",
"type": "string"
},
"ttl": {
"description": "Total TTL in seconds",
"type": "number"
},
"ttl_remaining": {
"description": "Remaining TTL in seconds",
"type": "number"
}
},
"required": [
"sessionId",
"mode",
"token",
"country",
"expiresAt",
"proxyHost",
"proxyPort",
"proxyAuth"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}