FakerForge
FakerForge

Documentation

Faker Forge Docs

Complete user guides for Data Generation, API Mocking, and MCP integration, organized for both developers and LLM-driven workflows.

API Mocking

Endpoints and Scenarios

Methods, path matching, response scenarios, headers, and delays.

Endpoints and Scenarios

This guide covers endpoint design and response scenario control.

Endpoint Setup

Define these endpoint properties:

  • HTTP method
  • Path
  • Activation status
  • Optional linked datasource

Scenario Design

Each endpoint can have multiple scenarios.

Scenario Fields

  • Status code
  • Response body
  • Request conditions
  • Priority
  • Delay in milliseconds
  • Default scenario flag

Request Conditions

Conditions let you return different responses for the same endpoint.

Common Condition Targets

  • Header value
  • Query parameter
  • Request body property

Headers

You can set request and response headers at endpoint/scenario level.

Delay Simulation

Use delay to mimic network latency, queueing, or third-party slowness.

Priority and Defaults

  • Higher-priority scenarios should match first.
  • Default scenario acts as fallback when no condition matches.

Testing Pattern

  1. Create baseline success scenario.
  2. Add validation-error scenario.
  3. Add unauthorized scenario.
  4. Add timeout or latency scenario.
  5. Validate each with real client requests.
FakerForge

Synthetic Data Platform

© 2026 FakerForge. All rights reserved.

Navigation