Reqflo Docs

Core concepts

Learn the core building blocks in Reqflo.

Core concepts

Reqflo is organized around services, endpoints, request templates, journeys, environments, assertions, mocks, and issue sync.

Base journey

The canonical sequence. Shared steps, scripts, variables, assertions, and agent instructions live here.

Variant

A named execution path derived from the base. Variants can override variables, skip steps, replace a request, add preconditions, add assertions, and change expected outcomes.

Acceptance criteria

The external or product-defined behaviors that need proof.

Assertions

The runtime checks that prove the behavior.

The relationship is simple: a base journey defines the reusable flow, variants express meaningful differences, acceptance criteria map to those flows, and assertions produce evidence.

On this page