Tutorials
Task-focused walkthroughs. Each tutorial starts with a specific outcome, names every artefact the reader will produce, and ends with the audit-chain receipt that proves it worked.
Foundations
Provision a department, register a Pearl inside it, train it on ten yes/no decisions, then ask it a fresh question and inspect the reasoning trail. Twenty minutes.
Deploy your first PearlModel an operational decision as a graph of steps, each with its own tier gate. Wire the graph in; walk a real request through; verify each attested approval landed in the chain.
Define an approval graphBridge a CRM / ERP / ticketing tool into Nebbos so the Pearl can read from it under row-level isolation. Uses the MCP capability layer — no direct database coupling.
Connect an existing systemOperations
Given an audit-chain segment, walk it end to end with the CLI. No trust in Nebbos required — the receipt verifies from the segment plus the hash of the previous anchor.
Verify the audit chain from a laptopTrigger a full export for your identity; inspect the bundle’s five sections; run the bundled verify.sh; confirm the export the platform signed matches the export you hold.
Run an operator exportFirst-time Cradle setup: biometric enrolment, key ceremony, initial memory sync. Replacement path if the Cradle is lost or compromised.
Provision a CradleAdvanced
Configure two departments to share a scoped subset of insights while keeping the underlying data isolated. Uses the L3-federation surface.
Federate two departments' PearlsImport an operator’s existing knowledge base (documents, meeting recordings, decision history) into Nebbos and preserve provenance so every derived insight cites the original source.
Migrate from a competing platformReading path
New to the platform? Start with Quickstart, then work through the Foundations tutorials in order. For anything Cradle-specific, Cradle provisioning is a prerequisite. For anything audit-related, read The audit chain first.