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:
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
Browser rendering
Render JavaScript-heavy pages with a real browser.
WebSocket & AMQP
Relay WebSocket connections and consume AMQP streams.
Error handling
Status codes, block detection, and retry strategies.