Add new Proxy granular targeting to docs (#4177)

This commit is contained in:
Marc Kelechava
2025-12-03 09:06:25 -08:00
committed by GitHub
parent d3c1e744c9
commit 8a3d7694de
4 changed files with 126 additions and 1 deletions

View File

@@ -64,7 +64,12 @@ With this mapping, if Skyvern encounters a login failure, the task output will s
Parameter: `proxy_location`
Some websites block requests from certain countries. You can set a proxy location to route the browser traffic through.
Some websites lock content behind geo-fences. Override this parameter to route the browser through a residential proxy in a specific country, state, or city.
- Use enum values such as `RESIDENTIAL_GB`, `RESIDENTIAL_DE`, or `RESIDENTIAL_ISP` for country-level pools.
- Send a GeoTarget object (e.g., `{"country": "US", "subdivision": "CA"}`) for granular U.S. states or cities.
See [Proxy & Geo Targeting](/running-tasks/proxy-location) for the full list of options and sample API calls.
### 2FA Support (TOTP)
- [totp_identifier](/api-reference/api-reference/agent/run-task#request.body.totp_identifier): Skyvern can receive the TOTP code and use this identifier to identify the code for authentication.