Kernel integration (Developer Tools, AI). Imported from open-connector.
https://api.onkernel.com/browsers
| Param | Type | Required | Description |
|---|---|---|---|
| status | string | optional | Filter sessions by status. |
| limit | integer | optional | Maximum number of results to return. |
| offset | integer | optional | Number of results to skip. |
| query | string | optional | Search browsers by name, session ID, profile ID, proxy ID, or pool name. |
| tags | object | optional | Kernel browser session tags keyed by tag name. Values are serialized as tags[ke… |
/browsers
| Param | Type | Required | Description |
|---|---|---|---|
| invocation_id | string | optional | The Kernel action invocation ID to associate with the session. |
| name | string | optional | Optional human-readable name for the browser session. |
| tags | object | optional | Kernel browser session tags keyed by tag name. Values are serialized as tags[ke… |
| stealth | boolean | optional | Whether to launch the browser in stealth mode. |
| headless | boolean | optional | Whether to launch the browser using a headless image. |
| gpu | boolean | optional | Whether to enable GPU acceleration for the browser session. |
| timeout_seconds | integer | optional | The inactivity timeout in seconds. |
| profile | object | optional | Profile to load into the Kernel browser session. |
| extensions | array | optional | Browser extensions to load into the session. |
| proxy_id | string | optional | The Kernel proxy ID to associate with the browser session. |
| viewport | object | optional | Viewport configuration for a Kernel browser session. |
| kiosk_mode | boolean | optional | Whether to launch the browser in kiosk mode. |
| start_url | string | optional | Optional URL to open when the browser session is created. |
| chrome_policy | object | optional | Chrome enterprise policy overrides for the session. |
| telemetry | object | optional | — |
/browsers/{id_or_name}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_name | string | required | The Kernel browser session ID or name. |
| include_deleted | boolean | optional | Whether to include soft-deleted browser sessions in the lookup. |
/browsers/{id_or_name}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_name | string | required | The Kernel browser session ID or name. |
| name | string | optional | — |
| tags | object | optional | — |
| proxy_id | string | optional | — |
| disable_default_proxy | boolean | optional | Whether stealth browsers should connect directly instead of using the default s… |
| profile | object | optional | Profile to load into the Kernel browser session. |
| viewport | object | optional | Viewport configuration for a Kernel browser session. |
| telemetry | object | optional | — |
/browsers/{id_or_name}
| Param | Type | Required | Description |
|---|---|---|---|
| id_or_name | string | required | The Kernel browser session ID or name. |