Pipelines Docs is in beta — content is actively being added.
Platform GuideOrganizations & Projects

Managing Projects

Create and configure projects to organize your agent test runs and team.

Projects are workspaces within an organization for agent testing. Each project groups the agent runs you evaluate, the human evaluations layered on top of them, and the team members who carry that work out.

Creating a project

  1. Navigate to Projects from the admin sidebar.
  2. Click Create Project.
  3. Enter a Project Name (required).
  4. Click Create Project.

You are redirected to the new project's dashboard.

When a project is created, two default contributor types are automatically set up: Expert (marked as the default) and Reviewer. You can rename, add, or remove contributor types from the project's Team page. See Contributor types.

Project dashboard

Each project has a dashboard accessible from the project sidebar. The dashboard includes timeframe and pipeline selectors at the top, and shows the following widgets:

WidgetWhat it shows
Run CompletionPercentage of agent runs that have reached a final outcome, shown as a progress ring.
RunsA composite view of created runs, completed runs, and human evaluations, with trend data and a timeseries chart.
First Review Pass RateHow often human evaluations pass review on the first attempt.
ContributorsTotal contributors, active in the selected period, and active today.
Avg Reviews per Review NodeAverage number of review rounds per run.
Submission StatsAverage evaluations per active contributor and the maximum by a single contributor, with a chart.

What Project Admins can do

Project Admin Owners have full control over the project:

  • Configure agents — set up the agents under test within the project. See Agents.
  • Manage runs and evaluations — organize agent runs and the human-eval tasks layered on them. See Tasks.
  • Team — add or remove team members and assign roles. See Team Management.

Project Admin Viewers have read-only access — they can view dashboards and run data but cannot modify agents, runs, or team configuration.

Active and archived projects

Projects can be in two states:

  • Active — the default state. Visible in the project list, sidebar, and accessible to all assigned team members.
  • Archived — hidden from the default project list and from contributors. All data is preserved. Archived projects can be restored.

Archiving a project

Only Org Admins and Project Admin Owners can archive a project.

  1. Go to the Projects page.
  2. Click the three-dot menu (⋮) on the project card.
  3. Select Archive.
  4. A confirmation dialog appears. If the project has active pipelines, the dialog will warn you (e.g., "This project has 3 active pipeline(s)").
  5. Click Archive to confirm.

Archived projects are hidden from contributors. Contributors will no longer see the project in their sidebar or work queue. All data — including agent configurations, runs, and evaluations — is preserved.

Archiving does not change the status of pipelines within the project. Pipelines remain in their current state (Active, Paused, etc.) but are effectively inaccessible because the project is hidden from contributors. If you need to explicitly pause pipelines before archiving, do so from each pipeline's settings.

Viewing and restoring archived projects

  1. On the Projects page, switch to the Archived tab.
  2. Click the three-dot menu (⋮) on the archived project card.
  3. Select Unarchive.
  4. Confirm in the dialog.

The project becomes active and visible to team members again. Pipelines within the project retain whatever status they had before archiving — if they were Active, they will be Active again and contributors can resume their evaluation work.

Deleting a project

Only Org Admins and Project Admin Owners can delete a project.

  1. Click the three-dot menu (⋮) on the project card.
  2. Select Delete.
  3. A confirmation dialog will ask you to confirm.

Deletion is permanent and cannot be undone. All agent configurations, runs, evaluations, and associated data within the project are removed.

Other project card actions

The three-dot menu on each project card also includes:

  • Add Admin — quickly assign a Project Admin to this project.
  • Edit Name — rename the project.