Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 Source Policy feature allows you to precisely control which domains Parallel processors can
access during web research and to apply a freshness constraint. It’s available for both Tasks and
Web Tools and lets you tailor search results by specifying domains to include or exclude and by
setting a start date so results are limited to recent content.
.md to its URL or sending Accept: text/markdown.Configuration
You can configure source control by setting the following parameters:| Parameter | Type | Supported | Description |
|---|---|---|---|
include_domains | array[string] | Task API, Search API | List of domains to allow. Only sources from these domains will be included in results. The combined number of domains in include_domains and exclude_domains cannot exceed 200. |
exclude_domains | array[string] | Task API, Search API | List of domains to block. Sources from these domains will be excluded from results. The combined number of domains in include_domains and exclude_domains cannot exceed 200. |
after_date | string<date> | Search API | Optional start date for filtering results. Results are limited to content published on or after this date. Provided as an RFC 3339 date string (YYYY-MM-DD). |
example.com will automatically include all its
subdomains (e.g., www.example.com, blog.example.com, api.example.com).
Domain Limit
Example
Best Practices
-
Use either
include_domainsorexclude_domainsin a single query. Specifyingexclude_domainsis redundant wheninclude_domainsis set, as onlyinclude_domainswill be applied. -
List each domain in its apex form (e.g.,
example.com). Do not include schemes (http://,https://) or subdomain prefixes (such aswww.). - Wildcards can be used in domain specifications, for example, to research only “.org” domains. However, paths, for example “example.com/blog”, are not yet supported.
- Although there is a maximum limit of 200 domains, carefully using specific and targeted domains will give better results.