Policies are scoped to a teamspace. Only owners and admins can change them; developers have read-only access.
Source Type Access
The Source Type Access card toggles entire categories of sources on or off. Disabling a type removes all of its content from results for the whole teamspace.Library Filters
The Library Filters card decides which public libraries are accessible. Choose one of two modes:Filter by Quality
Allow any public library that clears the quality bar you set. Available filters:
You can also maintain two override lists in quality mode:
- Blocked libraries — always excluded, even if they pass every filter.
- Excepted libraries — always allowed, even if they fail the filters.
Select Manually
Ignore the quality bar entirely and grant access only to a hand-picked list of libraries. Anything not on the list is inaccessible.The card shows the number of libraries currently accessible under your settings, so you can see the impact before saving.
Managing Policies via API
The same configuration is available over the REST API using a teamspace API key:- Get Policies —
GET /api/v2/policiesreturns the current configuration and accessible library count. - Update Policies —
PATCH /api/v2/policiesapplies an incremental update; only the fields you include are changed.