Skip to Main Content
Getting Started

Create a mock server

A server is the local listener (IP + port) plus optional passthrough configuration (real backend URL) and fallback behavior when no endpoint matches.

Create a server

  1. Click the + button in the top bar.
  2. Set a server name and a port (example: 3000).
  3. Set the real backend URL (optional). Use https:// for a real API or leave empty if you only need mocks.
  4. Choose a fallback mode:STRICT returns 404 Not Mocked when no route matches. FALLBACK forwards unmatched requests to the real backend URL.
  5. Click Create.
Create server dialog
Screenshot placeholder
Placeholder screenshot of server name, port, real backend URL, and fallback mode.