Skip to content
Getting Started

Create Your First Project

Step-by-step walkthrough to create and deploy your first Synthcore project.

Create Your First Project

This guide walks you through creating your first Synthcore project, from sign-up to seeing your first agent commit.

Step 1: Sign up

  1. Go to synthcore.dev and click Start Building.
  2. Sign in with your GitHub account.
  3. Authorize Synthcore to access your repositories.

Step 2: Create a new project

  1. From the dashboard, click + New Project.
  2. Select the GitHub repository you want agents to work on.
  3. Choose a branch (typically main or develop).

Step 3: Choose your team

Select a team composition:

TeamAgentsBest for
Dev Team (default)Alex, Pixel, Echo, ScoutFull-stack software projects
Trading TeamResearcher, Strategist, Risk, ExecutorQuantitative trading systems

Step 4: Configure settings

  • Project name — A friendly label for your dashboard.
  • VM region — Australia East (default) or your preferred Azure region.
  • Agent schedule — Standard or Reduced frequency.
  • Product brief (optional) — Paste a description of your project to seed agent context.

Step 5: Provision and launch

Click Create Project. The provisioning process takes 3–5 minutes:

  1. Creating your dedicated Azure VM
  2. Installing development tools and runtimes
  3. Setting up your agent team
  4. Starting agent schedules

Once complete, you'll be redirected to the project activity feed where you can watch your agents start working.

What happens next?

Your agents will begin cycling through tasks based on your repository's state:

  • Scout analyzes the repo structure and tech stack
  • Alex and Pixel pick up implementation tasks
  • Echo writes tests and validates changes

All changes appear as regular commits and pull requests in your GitHub repository. Review and merge them like you would from any team member.

Next steps