Skip to main content
Four sessions, shown end to end. The point of each is the same: you state the outcome, the agent works out the calls.

Multi-region price monitoring

The request:
Collect gaming-laptop prices from Amazon in Germany, the UK and Japan.
What the agent does:
Three things worth noticing:
  • One proxy, three strings. The country lives in the username, not in the resource. You do not need a separate proxy per region - see Geo Targeting.
  • The name describes the job. amazon_gaming_laptops is recognisable in your dashboard six weeks later. The agent generated it from your sentence.
  • The cap came first. setProxyLimits ran before you touched the proxy, so a runaway job stops at 50 GB rather than at your balance.
Drop a string straight into whatever makes the requests:

Narrowing down to a city

The request:
I need a proxy that looks like it is browsing from Munich.
The agent searched rather than listing. City catalogues run to thousands of entries, so a name filter is the only sane approach - the tool descriptions tell it as much.
City targeting requires the country in the same username. -city-munich on its own does nothing.

A monthly cost review

The request, or the /monthly-cost-report prompt:
Show my traffic and spend for last month and flag anything odd.
Read-only: nothing was created, changed, or charged. The idle proxy and the runway estimate are the parts you would have had to work out by hand.

Cleaning up

Following on from the report:
Deactivate anything that has not moved traffic in a month.
The agent asked before acting, and it deactivated rather than deleted. That is deliberate: deactivation is reversible, deletion is not. The built-in cleanup-unused-proxies prompt is hard-wired never to delete.
Deleting a proxy is irreversible and its name cannot be reused in the same way, since names are immutable. If you are unsure, deactivate.

Writing requests that work well

Good: “Create a proxy for collecting Amazon prices in Germany, cap it at 20 GB a month.”Worse: “Create a residential proxy on the plan I used last time.”The second sends the agent hunting through history for something it cannot verify. The first lets it look up the current plans and check your balance before spending anything.
An agent with proxies:write can create billable resources. Naming a cap in the request - “no more than 20 GB a month” - gets it applied at creation instead of after the first surprise invoice.
The description is free text and shows up next to the proxy in your dashboard. “Price tracking for gaming laptops on Amazon DE, GB and JP” is worth writing; “test” is not.
“Create it, then show me the final configuration.” The agent re-reads the resource and reports what actually exists, rather than what it intended to create.

Next steps

Use Cases

Longer-form scenarios, from web access to data enrichment.

FAQ

Keys, scopes, limits, errors, and cost.