Mojito Logo
Mojito
Getting Started

Creating a Project

How to create and configure a Mojito project.

Projects are the top-level organizational unit in Mojito. Each project can contain multiple properties, and each property holds your experiment configurations.

Create a New Project

  1. From the dashboard, click New Project
  2. Enter a project name (e.g., "My Website")
  3. Click Create

You'll be redirected to your new project's settings page.

Project Settings

From the project settings, you can:

  • Rename the project
  • Manage team access — Invite collaborators and assign roles (Editor or Viewer)
  • Add properties — Create environments for your experiments

Adding a Property

Properties represent specific environments or domains within a project. To add one:

  1. Navigate to your project
  2. Click Add Property
  3. Configure the property name and settings

Each property generates a unique configuration that your SDK uses to fetch experiment assignments.

Next Steps

On this page