Model your domain
Define classes, typed fields, and relationships around the way your team works.
01 / Ontology
Define the people, projects, and relationships your agents work with. Make information consistent and choose how strictly each type follows your rules.
In practice
An illustrative strict schema. Your team defines the vocabulary; incoming observations are checked against it.
Built into the workflow
Define classes, typed fields, and relationships around the way your team works.
Strict classes refuse invalid writes. Flexible classes accept undeclared fields and report supported conformance violations without blocking.
Use class defaults and field overrides to decide how changes are merged, superseded, or held for review.
Begin with a few types and fields. Inheritance lets related classes share definitions and policy as your ontology grows.
See the setup workflowMake your next update count
Create a workspace, define a type, and see your first observation become a traceable record.