Quickstart: your first coding-agent pull request from your own machine
Five steps from sign-up to a pull request: create a workspace, add a project, install the denly CLI, run denly install on the machine that will do the work, then describe the task.
- Sign in and create or join a workspace.
- Use App bar project switcher → Add a project. Connect GitHub, GitLab, or a manual repository, or create a local project with no Git.
- For a local project, optionally enter its exact runner folder. Leaving it blank uses
~/Denly/<project-id>. - Install the Denly CLI for your platform, then run
denly login. - Copy the exact dashboard command, such as
denly install my-project, and run it on the machine that will do the work.
Verify setup
denly login
denly install my-project
denly status my-project
Denly