Extra Stealth mode is automatically enabled for all sessions using a Dedicated Sticky IP profile.
Create a profile with a dedicated sticky IP
Use the Create Profile API to create a profile with a dedicated sticky IP by setting This allocates a dedicated IP that is not shared with other profiles.
dedicated_sticky_ip to true:Start a session using the profile
Start a browser session with the profile. Set The session will automatically use the reserved sticky IP and Extra Stealth mode.
persist to true so the browser state (cookies, localStorage, etc.) is saved when the session ends.Do your work in the session
Connect to the session via live view, CDP, or the session view in the dashboard. Log in to accounts, configure settings, or perform any actions you need.When you’re done, close the session. The profile state (cookies, localStorage, etc.) will be persisted automatically because
persist was set to true.Start future sessions with the same profile
Any new session started with this profile will use the same dedicated sticky IP and have all the saved browser state from previous sessions.
Override the IP with a custom proxy (optional)
To override the default sticky IP, set the
proxy field when using the Start Browser Session API.
