Product walkthroughs
Operational, verified walkthroughs for Sentinel, Flight Recorder, Dashboard, Control Center, Registry, SDK and API, what each is, how to use it, and what to expect.
Explore walkthroughsEverything you need to integrate VerifAIer: the evidence engine, twelve governance APIs, one official Python client and the vai command line. All local-first.
What the platform is, what it produced, and a five-minute path through it.
Operational, verified walkthroughs for Sentinel, Flight Recorder, Dashboard, Control Center, Registry, SDK and API, what each is, how to use it, and what to expect.
Explore walkthroughsGet oriented in five minutes, then follow the eleven-stop Guided Platform Tour from install to the API.
Start hereReal captured outputs from the current product, evidence, receipts, passports, reputation, signals and API responses, generated offline with no secrets and checksummed.
See the proofInstall it, and reach your first attested result on your own machine.
Install, run your first attested audit, and inspect the receipt, trust score, passport and reputation, offline, no keys.
Start nowStand up the evidence engine locally or with Docker in minutes, prerequisites, startup, health check and upgrades.
Install nowFrom install to your first attested assessment in minutes.
StartThe architecture, the internals, and the two programmable surfaces documented exactly as implemented.
How the evidence engine, intelligence, identity and distribution layers fit together.
ReadHow VerifAIer works internally, runtime, audit, evidence and trust lifecycles, schemas, provider routing, boundaries and diagrams. Thirty documents, grounded in the implementation.
Read the internalsThe full HTTP API documented exactly as implemented, auth tiers, headers, errors, status codes, idempotency, pagination, rate limits, every endpoint, and curl/Python/TypeScript examples.
Read the API docsTwelve production endpoints for evidence, intelligence, identity and signals.
ReferenceOne official Python client. It prepares a request, or sends it, over the runtime that already exists.
SDK docsConfiguration, deployment posture and the enterprise rollout, with the known gaps stated rather than omitted.
Run VerifAIer in production, configuration and env reference, local/Docker/compose runbooks, deployment, health, logging, secrets, backup/DR posture, hardening and known gaps. Documented exactly as implemented.
Operate itRun local-first, air-gapped or sovereign, the same deterministic engine.
DeployRoll out AI trust across teams, fleets and regulated environments.
GuideThe vai command line is the same product's developer surface and needs no API at all.
vai CLIThese docs cover the evidence engine and its API. The vai command-line tool is the same product's developer surface, governance scans, Claude Code hooks, Flight Recorder replays, Memory Receipts, attestation and CI gates, and it is documented in the repository README. It is a separate runtime: it needs no API, and the API needs no CLI.
# Python from vailidator.sdk import VerifAIerClient client = VerifAIerClient.for_user("you") gov = client.governance.with_base_url("http://localhost:8000").with_sender(send) answer = gov.assess_trust({"evidence": envelope}) print(answer.payload["trust_level"])
Follow the quickstart, or book a working session with our team.