Skip to content

Reference

Information-oriented, dry, and complete — reference is for looking things up, not learning. If you want to be taught, start with the tutorial; if you want to understand why, read the explanation.

  • API Reference — every HTTP endpoint, generated from the FastAPI OpenAPI spec. Do not edit by hand; see Refresh the API reference.
  • Client protocol — the normative specification every client must implement: state, storage, encodings, call sequence, polling schedule, and error handling. Read this before writing a new client.
  • Configuration — every VOUCH_* setting the server reads.
  • Repository layout — what lives in each top-level directory.