Skip to main content
Orbit is built on a small set of objects. Understanding how they relate makes the rest of the product click.

The objects

How they relate

Trust attributes on every Vault entry

Each Vault entry carries:
  • Trust levelexploratory, conclusion, or authoritative. How confident the content is. See Trust Levels.
  • Source trust — how reliable the source (agent or operator) is, assigned automatically.
  • Provenance — which agent filed it, when, and with what reasoning.
  • Version history — prior versions are archived, never deleted.

Identity and versioning

  • Agents are identified by a stable agent.id. Reuse it across runs.
  • Files and tables version in place via a stable ref / table_ref — re-uploading under the same ref archives the old version and shows the new one.
  • Decisions move through states: open → done (or closed).

The tools that read and write this

See how each object is created and queried.