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