Skip to content

Projects

A project is a container for related mock endpoints. Each project gets its own subdomain and isolated state.

  • A unique slug used in the URL (<slug>.mockd.sh)
  • A collection of endpoints with their mock rules
  • Request logs for all endpoints in the project
  • Real-time updates via WebSocket for live request monitoring

From the dashboard, click New Project and provide a name. The slug is generated from the name.

Each project is fully isolated. This means:

  • Endpoints in one project cannot conflict with another
  • Request logs are scoped to the project
  • WebSocket connections only receive updates for their project