Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Skip to main content
Any subsequent requests to search the web or fetch a webpage will automatically use these tools.
Developer Tools
OpenCode Plugin
Add Parallel web search and content extraction to OpenCode
For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
The Parallel plugin for OpenCode adds .md to its URL or sending Accept: text/markdown.parallel-search and parallel-fetch tools to your coding agent. Once configured, any requests to search the web or fetch a webpage will automatically use Parallel.
Why use Parallel tools?
- More accurate and relevant search results
- Intelligent content extraction that understands page structure
- Extended excerpts optimized for LLM context windows
- Faster and more reliable than built-in alternatives
Setup
1
Add the plugin to your OpenCode config
Add
@parallel-web/opencode-plugin to the plugin array in your OpenCode configuration file:{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@parallel-web/opencode-plugin"]
}
2
Authenticate
Choose one of the following authentication methods:Option A: Parallel CLI login (recommended)Get your API key at platform.parallel.ai.
- Run
opencode auth login - Select “Parallel” then “Login with Parallel CLI” or “Input API key from platform.parallel.ai”
- Complete authorization in your browser
export PARALLEL_API_KEY=your_api_key
Tools
Once configured, OpenCode gains two Parallel-powered tools:| Tool | Description |
|---|---|
parallel-search | Web search with high-quality, LLM-optimized results |
parallel-fetch | Intelligent content extraction from any URL |
Learn more
- Developer Tools overview for all integration options
- Agent Skills for other coding agents (Cursor, Cline, Copilot, etc.)
- Claude Code Plugin for the Claude Code integration
Assistant
Responses are generated using AI and may contain mistakes.
