Feature

Mock APIs that behave like production

Define method, path, auth, rules, and scenarios. Deploy once — revisions bump automatically without changing the URL partners call.

  • HTTP methods, path params, query params, and JSON bodies
  • Conditional rules and named scenarios
  • Stateful or stateless responses
  • Auto-incremented revision labels on every save
POST /payments/authorize
Authorization: Bearer •••
→ 200 { "status": "authorized" }