Choose the workspace first
Sign in, select the organization or personal workspace that should own the project, and confirm you have creation permission.
Create and scope the project
- Choose New project from the app's Home area.
- Provide the project's name and intended outcome. Start with a small result you can review.
- Connect an existing repository or follow the app's supported new-project path. Distinguish the repository to change from repositories supplied only as references.
- Check which machine can access the files and which people/agents should participate.
- Open Workspace and discuss a plan with the manager agent. Review scope, acceptance criteria and oversight before execution.
Attach a local repository
After personal CLI sign-in, use the actual local working-copy path and the target project's identifier:
acc repo add-local ~/code/my-app --project my-project
acc repo list-localThe local path stays on the machine. Only the permitted local runner can serve the repository, and it must remain online. PR delivery requires a configured push remote; registering a local repository does not create one.
Check success
The project appears in the intended workspace, its repository is accessible, the manager's plan matches your brief and the first task has an available execution path. If creation is refused, check your organization role instead of granting global administrator access.