Overview

View as Markdown

Manage browser profiles (environments), including workspace tag associations.

Rotating residential proxy sessions

Set proxy.session_sticky_ttl to 30, 60, 90, or 120 to control how long a residential rotating proxy keeps the same IP:

{
"proxy": {
"mode": "rotating",
"type": "residential",
"region": "US",
"session_sticky_ttl": 60
}
}
  • On create, omit session_sticky_ttl to use the default 30-minute sticky session.
  • On update or quick update, omit it to preserve the Profile’s current duration.
  • Request-based rotation is not supported for Profiles.
  • Unsupported values return Local API error code 2002.