Stubs#

Stubs are YAML files that define your mock endpoints. Each .yaml/.yml file in the stubs directory defines one endpoint. Files are loaded at startup and hot-reloaded on change — save the file and the server picks it up, no restart.

PageWhat it covers
YAML ReferenceEvery field in the stub format, with examples.
MatchingHow Simuhook picks which stub handles a request.
Path PatternsExact paths, globs, and regexes.
Payload MatchingExact and partial-JSON body matching.