Projects
A project is a container for related mock endpoints. Each project gets its own subdomain and isolated state.
What’s in a Project
Section titled “What’s in a Project”- 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
Creating a Project
Section titled “Creating a Project”From the dashboard, click New Project and provide a name. The slug is generated from the name.
Project Isolation
Section titled “Project Isolation”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