Skip to main content
Projects you’ve joined appear in the sidebar of the web app. Each project has a dedicated view with tabs for the resources and settings around that project: The project header includes quick actions for inviting members, renaming the project, copying the project ID, copying the project URL when available, and deleting the project. Use the Settings tab to leave a project.

Create a project

Create projects from the web app or the CLI. New projects are inactive until you deploy code to them. Plans limit how many projects an organization can have (1 on Hobby, 5 on Pro and Early); creating a project past the limit returns an error.
Project slugs are generated from the name and are used by CLI commands such as --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: Invite teammates from the project members page or with the CLI:
Only organization members can be added to a project. If someone is not in the organization yet, invite them to the organization first.

Project settings

Project admins can update the project name, description, default member role, and who is allowed to invite members.
Use project settings for collaboration boundaries, not for runtime behavior. The codebase still defines what agents, workflows, triggers, actions, skills, and files the project can run.

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.
Project credentials are available to the code that runs in that project. If different teams or environments need different credentials, put them in separate projects or set separate credential instances. See Credentials.

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.
Members can leave a project when they no longer need access:

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.