---
title: "Live Browser Agent"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/agents/livebrowseragent
markdown: https://docs.nodetool.ai/nodes/nodetool/agents/livebrowseragent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/agents/livebrowseragent.md
---

# Live Browser Agent

**Type:** `nodetool.agents.LiveBrowserAgent`

**Namespace:** `nodetool.agents`

## Description

Control your own logged-in Chrome through the Nodetool browser extension.
    agent, browser, live, automation, extension, media

    Use cases:
    - Automate media-generation websites
    - Save generated images and videos as assets
    - Upload your assets into other sites

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `language_model` | Model used to plan and drive the live browser session. | `{"type":"language_model","provider":"empty","id...` |
| prompt | `str` | What to do in the live browser (natural language). | `` |
| timeout_seconds | `int` | Maximum runtime for the agent session. | `300` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| text | `str` |  |
| chunk | `chunk` |  |

## Related Nodes

Browse other nodes in the [nodetool.agents](./) namespace.
