| Tab | What you can do |
|---|---|
| Overview | Browse the project’s agents, workflows, skills, etc in one table |
| Repository | View the directory from the latest deployed artifact |
| Members | Add, remove, and update project members |
| Deployments | View deployment versions, who deployed them, and which version is active |
| Settings | Update name, slug, description, default role, invite permissions, and danger-zone actions |
Create a project
Create projects from the web app or the CLI. New projects are inactive until you deploy code to them.--project support-automations. See the CLI reference for the full command list.
Members and access
Project membership controls who can see and work in a project. Org admins can see every project in the organization; other members see the projects they belong to. Project members have one of two roles:| Role | What they can do |
|---|---|
| Project Admin | Read, deploy, update settings, delete the project, and manage members |
| Builder | Read the project and deploy changes |
Project settings
Project admins can update the project name, description, default member role, and who is allowed to invite members.Project credentials
Credentials can be scoped to a project. Use project-scoped credentials when every agent and workflow in the project should share the same connection, such as a Slack workspace, Linear workspace, or API key.Delete or leave a project
Project admins can delete a project. Deleting a project removes the project and its platform state, so treat it as a destructive operation.Next steps
Projects overview
Understand how projects organize automation work.
Deploy a project
Build and deploy the codebase behind a project.
Credentials
Connect project-scoped credentials for agents and workflows.
Run history
Inspect what has run in a project.