Your First Project
Creating a Project
Section titled “Creating a Project”After logging in, you start on the Dashboard. To create your first project:
- Click “New Project” in the sidebar or on the Dashboard
- Enter a project name (e.g., “My App”)
- Optionally add a description and logo
- Click Create
Your project is now ready. You will see it in the sidebar and can start adding Flows.
Project Settings
Section titled “Project Settings”Each project has its own settings, accessible via the gear icon:
General
Section titled “General”- Name and description — Identify your project
- Logo — Upload a project icon for visual recognition
- Display ID prefix — Flows get IDs like
MA-1,MA-2based on this prefix
Git Settings
Section titled “Git Settings”Configure how the AI agent works with Git in this project:
- Default branch — Usually
mainormaster - 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.
Members
Section titled “Members”If you are working in an organization, project members are inherited from the org. For personal projects, you are the only member.
Project Dashboard
Section titled “Project Dashboard”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