Projects
Project containers and private sharing scopes inside a workspace.
Projects are containers inside a workspace. Use them when private data should be visible to a team or workstream without making it public.
Project scopes
Packs and tracks can be scoped to one or more project IDs.
{ "scope": { "type": "projects", "ids": ["project-id"] } }Search can include project scopes alongside personal scope.
{
"scopes": [{ "type": "personal" }, { "type": "projects", "ids": ["project-id"] }]
}Project scope is valid only in workspace context.
Project members
Project members control which workspace users can access project-scoped data. Keep project membership aligned with the actual team that should see the private packs and tracks.