@LangChain: The @browserbase team is working on building the best tools for agents to use the browser It's super easy to attach the…
Summary
The article discusses the integration of the open-source Stagehand SDK with Browserbase to provide ready-made browser tools for AI agents in LangChain, enabling easy setup for browser interaction.
View Cached Full Text
Cached at: 09/10/26, 02:36 PM
The @browserbase team is working on building the best tools for agents to use the browser It’s super easy to attach these to your deepagents: https://docs.langchain.com/oss/python/integrations/tools/stagehand…
Stagehand + Browserbase integration - Docs by LangChain
Source: https://docs.langchain.com/oss/python/integrations/tools/stagehand
Stagehand is an open-source SDK for browser agents, backed byBrowserbase—the complete platform to run agents that use the web like humans. The integration ships a ready-made MCP server that exposes three tools—run,snapshot, andscreenshot—directly to your Deep Agent, with no custom tool definitions required.
Setup
Prerequisites
- Python 3.11–3.13
- uv
- A model-provider API key (e.g.
OPENAI\_API\_KEY) - Local Chrome, or aBrowserbaseAPI key for a managed remote browser
Clone and install
Environment variables
Use with a Deep Agent
The integration’s MCP server (stagehand\-deepagents\-mcp) is launched over stdio byMultiServerMCPClient. Useload\_mcp\_toolsto get the tools and pass them directly tocreate\_deep\_agent— no manual tool definitions needed:
Server configuration
Similar Articles
@LangChain: En route to improving your agents
LangChain announces a resource for improving AI agents.
@LangChain: Agents are writing code, processing files, analyzing data, installing packages, and running multi-step workflows. To do…
LangChain is hosting a technical webinar on July 15 about building a secure execution environment for AI agents, covering security, isolation, and observability.
@DeRonin_: Do you understand what Browserbase just open-sourced??? an agent that learns any website once, then does the job 10x ch…
Browserbase open-sourced Autobrowse, an agentic web browsing tool that learns website structures through iterative exploration and saves discovered patterns as reusable markdown skills, dramatically reducing time and cost for repeated web automation tasks.
@browser_use: Browser Use CLI turns agents into SOTA web agents
Browser Use CLI is a browser harness that enables AI agents to run complete web browsing workflows via scripts, improving efficiency and reducing costs for web tasks.
@LangChain: LangSmith is @PodiumHQ's sanctioned go-to platform for every team building agents. Walker Ward on why one shared platfo…
LangSmith is PodiumHQ's sanctioned platform for building AI agents, with Walker Ward explaining the benefits of a shared tool over multiple solutions.