Create Browser Session
tb_session_createCreates a headless browser research session for accessing public documentation and reference workflows. Optionally accepts a correlation id; returns a new empty tab ready for navigation.
Instructions
Create a headless research session for public docs and reference workflows. The caller may provide sessionId as a correlation id; otherwise the daemon generates one. The returned active tab is empty until tb_open or tb_search_open_top opens a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Optional caller-provided session identifier for external correlation. Use 1-128 ASCII letters, digits, hyphen, underscore, or colon. | |
| allowDomains | No | Domains this session is allowed to visit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| activeTabId | Yes | ||
| headless | Yes | ||
| allowDomains | Yes | ||
| tabCount | Yes |