Project Resources
Projects store the following resources:| Resource | Description |
|---|---|
| Traces | Individual LLM calls, function executions, and application flows that capture inputs, outputs, latency, and token usage for debugging and analysis. See Traces. |
| Evaluations | Test results that compare model performance against datasets using scoring functions to measure quality, accuracy, and other metrics. See Evaluations. |
| Monitors | Background processes that automatically score a subset of function calls using LLM-as-a-judge scorers to track quality metrics over time in production. See Monitors. |
| Leaderboards | Ranked comparisons of model performance across different evaluation runs, helping you identify the best-performing configurations. See Leaderboards. |
| Threads | Multi-turn conversations and session-based workflows that group related calls under a shared thread ID for analyzing complete user interactions. See Threads. |
| Assets | The Assets tab stores and organizes versioned objects in your project:
|
Project paths
Teams (also called an entities) own and manage projects in your W&B organization. Your team name and project name make up the path to your project in the W&B UI. You use also use this path in your code to associate your Weave resources with the project. For example, if your team’s name ismy-team and your project’s name is my-project, the path to your project is:
Create and find projects
You can create a Weave project using the W&B UI or by setting a new project path in your code.- W&B UI
- Weave SDK
To create a new project using the W&B UI:
- Navigate to wandb.ai.
- Select New project. This opens the Create a new project modal dialog.
- In the modal, configure the following fields:
- Team: The existing team to associate the project with.
- Name: A name for your project.
- Project visibility: The scope of who can view and edit the project.
- Description: (Optional) A short description of the project to help you track and organize its purpose.
- After configuring the necessary fields, select Create project. The project creates the project.
View projects in the UI
To access a project in the Weave UI:- Navigate to wandb.ai.
- Click the Weights & Biases logo in the upper-left corner to open the Global navigation menu, then select your project from the Projects sidebar. This opens the project’s overview page, or Traces page if you have already logged traces to the project.
- From the overview page, you can:
- Review your project’s statistics, such as the number of traces logged to the project and how much storage the project is using.
- Navigate to traces, evaluations, and other resources using the sidebar.
- Navigate to recently logged traces, evaluations, models, and datasets.

Delete a project
To delete a project from your W&B account:- Navigate to wandb.ai.
- Select your project from the Projects sidebar. This opens the project’s overview page, or Traces page if you have already logged traces to the project.
- Select the Project () button in the sidenav to open the project’s overview page if it is not already open.
- Select the three-dots menu () and choose Delete Project from the list. This opens the Delete project modal dialog.
- In the modal, enter the project name in the confirmation field and click Delete. The project is permanently deleted from your W&B account.