Workspace properties
When you create a workspace, you choose:- Name — human-readable identifier.
- Domain — vocabulary for classification (
domain_slug, e.g."generic"). The domain determines the taxonomy labels available for document classification and the knowledge-graph ontology. - Access labels — a frozen subset of your organization’s label catalog (see Access labels).
Creating a workspace
List available domains first to get the correctdomain_slug:
Workspace stats
Listing workspaces
?cursor=<next_cursor> for subsequent pages.
Deleting a workspace
confirm_name must exactly match the workspace’s name. This is a cascade: all
files, derivatives, and ingestion metadata are deleted. It cannot be undone.
The response is a Job with kind: "workspace_delete".
Knowledge graph
A graph is built when you ask for one. It is billable and runs for as long as the corpus takes, so ingesting files never commits you to one:auto_build on and every ingestion will chain one. PATCH replaces the
knowledge_graph block whole, so if the workspace already has
exclude_path_prefixes or exclude_categories set, read the current block
first and send it back with auto_build changed — sending auto_build alone
resets the rest of the block to its schema defaults (empty), silently
dropping any exclusion rules: