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:
Specifying an apex domain such as
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.