Create a session
Creates a new session with the provided configuration.
Request body
Optional custom UUID for the session
Custom user agent string for the browser session
Custom proxy URL for the browser session. Overrides useProxy, disabling Steel-provided proxies in favor of your specified proxy. Format: http(s)://username:password@hostname:port
Block ads in the browser session. Default is false.
Enable automatic captcha solving. Default is false.
Session timeout duration in milliseconds. Default is 300000 (5 minutes).
Number of sessions to create concurrently (check your plan limit)
Enable Selenium mode for the browser session (default is false). Use this when you plan to connect to the browser session via Selenium.
The namespace the session should be created against. Defaults to "default".
Array of extension IDs to install in the session. Use ['all_ext'] to install all uploaded extensions.
This flag will persist the user profile for the session.
This flag will set the profile for the session.
Enable headless browser mode (disable Headful mode)
Launch the browser in fullscreen mode, covering the full screen with no Chrome UI. Default is false.
Enable experimental features for the session.
Response
Default Response
Unique identifier for the session
Timestamp when the session started
Status of the session
Duration of the session in milliseconds
Number of events processed in the session
Session timeout duration in milliseconds
Amount of credits consumed by the session
URL for the session's WebSocket connection
URL for debugging the session
URL to view session details
User agent string used in the session
Source of the proxy used for the session
Amount of data transmitted through the proxy
Indicates if captcha solving is enabled
Indicates if Selenium is used in the session
The region where the session was created. Fly sessions return airport codes; multi-provider sessions return meta-regions.
The ID of the profile associated with the session
This flag will persist the profile for the session.
Indicates if the session is headless or headful
Launch the browser in fullscreen mode, covering the full screen with no Chrome UI.