Skip to content

Your First Project

After logging in, you start on the Dashboard. To create your first project:

  1. Click “New Project” in the sidebar or on the Dashboard
  2. Enter a project name (e.g., “My App”)
  3. Optionally add a description and logo
  4. Click Create

Your project is now ready. You will see it in the sidebar and can start adding Flows.

Each project has its own settings, accessible via the gear icon:

  • Name and description — Identify your project
  • Logo — Upload a project icon for visual recognition
  • Display ID prefix — Flows get IDs like MA-1, MA-2 based on this prefix

Configure how the AI agent works with Git in this project:

  • Default branch — Usually main or master
  • Branch naming — How flow branches should be named (e.g., feature/MA-1-add-login)
  • Commit conventions — Commit message format (e.g., conventional commits)
  • PR template — How pull request descriptions should look
  • Automations — Auto-create PRs when flows complete, auto-assign to active release

Git settings are configured through a step-by-step wizard with live preview.

If you are working in an organization, project members are inherited from the org. For personal projects, you are the only member.

Each project has a dedicated dashboard showing:

  • Flow pipeline — How many flows are in each state
  • Recent activity — Latest flow updates and changes
  • Release progress — Current release status
  • Time statistics — Hours tracked per week/month