create_browser_session
Start browser automation by creating a new session with intelligent auto-close and workflow-aware management.
Instructions
Create a new browser session with intelligent auto-close and session management
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser_type | No | Browser engine to use. Chromium offers best compatibility and stealth features, Firefox for privacy, Webkit for Safari-like behavior | |
| headless | No | Browser runs in headless mode (no UI) for optimal performance and stealth. Always defaults to true for AI automation | |
| javascript_enabled | No | Whether to enable JavaScript execution for proper page rendering. Recommended to keep enabled for modern websites | |
| viewport_width | No | Browser viewport width in pixels. Affects how pages are rendered and responsive design | |
| viewport_height | No | Browser viewport height in pixels. Affects how pages are rendered and responsive design | |
| user_agent | No | Custom user agent string. If not provided, a realistic Chrome user agent will be generated automatically for better stealth | |
| agent_id | No | Agent identifier for tracking which AI agent created this session. Used for memory and knowledge graph integration | |
| auto_close | No | Whether to automatically close the session after inactivity. Documentation sessions ignore this setting to prevent data loss | |
| workflow_type | No | Type of workflow this session will be used for. Documentation sessions have special handling to prevent auto-close, automation sessions optimize for speed, testing sessions focus on reliability | automation |
| session_timeout | No | Maximum session lifetime in milliseconds before auto-close (default: 30 minutes) | |
| max_idle_time | No | Maximum idle time in milliseconds before session is considered stale (default: 10 minutes) |