Create a new browser profile for the authenticated user.
Browser profiles define how your web browsers behave during AI agent tasks. You can create multiple profiles for different use cases (e.g., mobile testing, desktop browsing, proxy-enabled scraping). Free users can create up to 10 profiles; paid users can create unlimited profiles.
Key features you can configure:
Args:
Returns:
Raises:
Request model for creating a new browser profile
Attributes: name: Display name for the profile description: Optional description of the profile persist: Whether browser state should persist between sessions ad_blocker: Whether ad blocking is enabled proxy: Whether proxy is enabled proxy_country_code: Country code for proxy location store_cache: Whether to store browser cache browser_viewport_width: Browser viewport width in pixels browser_viewport_height: Browser viewport height in pixels is_mobile: Whether the browser should be in mobile view
Successful Response
View model for representing a browser profile
Attributes: id: Unique identifier for the profile name: Display name for the profile description: Optional description of the profile persist: Whether browser state should persist between sessions ad_blocker: Whether ad blocking is enabled proxy: Whether proxy is enabled proxy_country_code: Country code for proxy location store_cache: Whether to store browser cache browser_viewport_width: Browser viewport width in pixels browser_viewport_height: Browser viewport height in pixels is_mobile: Whether the browser should be in mobile view created_at: Timestamp when the profile was created updated_at: Timestamp when the profile was last updated