Create Browser Session
tb_session_createCreate a headless research session for public documents and reference workflows, with optional session correlation and domain restrictions.
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 |