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.Add Parallel search
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
Step 3. Configure the search server
If the file already definesmcp, add Parallel to the existing servers map. Define mcp only once.
- Python
- TypeScript
Add
Parallel to the servers map in tools/mcp.py.tools/mcp.py
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
Connect these docs to your agent of choice via MCP for real-time answers.

