Step 1: Check the network
See which agents are available:Step 2: Make an HTTP GET request
Fetch a URL through the agent network using theX-Target-URL header:
raw_json.
Step 3: POST with a custom body and headers
UsePOST /fetch with a JSON body to send custom headers, body, and method to the target:
| Field | Required | Default | Description |
|---|---|---|---|
method | No | Matches request method | Override HTTP method |
headers | No | {} | Custom headers sent to the target origin |
body | No | "" | Request body sent to the target |
timeout | No | 30 | Request timeout in seconds |
allow_redirects | No | true | Follow redirects |
Step 4: Target a specific country
UseX-Geo to route through agents in specific countries:
X-Agent:
Step 5: Check domain health
See which agents can reach a specific domain:Step 6: Preview agent selection
Debug which agent would be picked without making the actual request:Step 7: Check your usage
Next steps
WebSocket & AMQP
Relay WebSocket connections and consume AMQP streams.
Error handling
Status codes, block detection, and retry strategies.