Part 6 of 16
Quickstarts & Examples
Copy-paste runs for residency, proofing, private RAG, and watch.
- Agent Residency QuickstartAgent residency lets a long-running agent maintain continuity across sessions: reading prior context, writing journal events, and detecting stale state. This requires FEATUREAGENTRESIDENCY=true on the
- Document Proofing QuickstartThis quickstart covers uploading a document, triggering a proof job, polling for completion, reading chunks, and retrieving a signed receipt/proofpack.
- Private Team RAG QuickstartThis quickstart covers bootstrapping a tenant, inviting a team member, uploading private documents, and querying the team-scoped corpus.
- Watch QuickstartWatches let you register a query and receive alerts when the corpus answer drifts. This is useful for monitoring policy documents, regulatory content, or any corpus where changes should trigger re-eva
- Proof End-to-EndThis example walks through the full document proofing flow: upload, proof job creation, polling, chunk inspection, receipt retrieval, and proofpack verification. All commands use curl and assume the t
- Watch Drift DetectionThis example shows how to use the watch feature to detect when a corpus change causes a query's answer to drift. The scenario: you ask a question about your data retention policy, register a watch, up

