> ## Documentation Index
> Fetch the complete documentation index at: https://mockulator.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Everything you need to mock APIs. Get up and running in seconds.

Mockulator makes it incredibly easy to create realistic mock API endpoints for testing, development, and integration.

## How it works

Your endpoints are instantly available at a unique URL - no deployment, no waiting:

`https://api.mockulator.com/api/{accountId}/{serverName}/{endpointName}`

<CardGroup cols={3}>
  <Card title="Validation Endpoints" icon="shield-check">
    Test form submissions and input validation with automatic pass/fail responses.
  </Card>

  <Card title="HTTP Endpoints" icon="globe">
    Simulate complex APIs with conditional rules, multiple response modes, and full control.
  </Card>

  <Card title="Real-time Logging" icon="chart-line">
    See every request live with full headers, body, and response details.
  </Card>
</CardGroup>
