Skip to main content
Managed Deep Agents includes built-in web search powered by Parallel. Give your agent access to current information from the web to help answer questions. LangSmith manages the search infrastructure, so you can add search without hosting a service or creating a separate Parallel account or API key. The integration offers zero data retention.
Built-in search is available only on LangSmith Plus and Startup plans. Usage is free during private beta.

Before you begin

You need an existing Managed Deep Agents project, your LangSmith workspace ID, and a personal LangSmith API key for use in Studio. To add Parallel search to your agent:

Step 1. Set your workspace ID

In your project’s .env file, set your LangSmith workspace ID:
.env

Step 2. Set your LangSmith API key

In the same .env file, set a personal LangSmith API key for use in Studio:
.env
You do not need a Parallel API key.

Step 3. Configure the search server

If the file already defines mcp, add Parallel to the existing servers map. Define mcp only once.
Add Parallel to the servers map in tools/mcp.py.
tools/mcp.py
Your agent can now use Parallel search alongside its other tools.

Terms of use

Your use of this integration must comply with Parallel’s terms of service, including its restrictions on prohibited or abusive use.

See also