Create Project
A project represents a single product or application that your AI agents will work on.
What is a project?
Each project is an independent workspace where agents plan and execute tasks. A project typically maps to one product, app, or service. For example:
- A SaaS web application
- A mobile app backend
- A marketing website
Creating your project
- Inside your organization, click "Create Project"
- Enter a name for the project (for example, "Customer Portal")
- A URL-friendly slug will be generated automatically
- Click "Create Project"
One project per product
We recommend creating one project per product or application. This keeps agent work focused and organized. If you have a backend API and a frontend app that belong together, they can share a single project with multiple repositories.
Environments
Each project comes with two environments:
- Stage -- For testing and development. Agents deploy here first.
- Production -- For your live application. Agents deploy here after stage is verified.
Next step
After creating your project, add your GitHub repositories so agents know what code to work with.