Getting Started
Add your first endpoint
Endpoints are rules: method + path + optional query matching, plus response behavior (status, headers, body, delay, failure simulation).
Create an endpoint
- Select a server.
- In the endpoint tree, pick a collection or folder (or create one).
- Add an endpoint, then set method and path.
- Set status code, headers, and body.
Next, choose the endpoint mode and matching rules:Start with Mock vs Passthrough vs Disabled and How matching works.
Endpoint editor
Screenshot placeholder
Placeholder screenshot of endpoint settings including delay, failure rate, and custom failure response.