> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runagain.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> Workspaces that isolate traces, datasets, experiments, and keys.

A **project** is an isolated workspace. Traces, datasets, experiments,
annotation queues, drift monitors, and API keys all belong to a project.

## Signing in

The dashboard at [app.runagain.ai](https://app.runagain.ai) uses
[Clerk](https://clerk.com) for authentication (email or Google). On your first
sign-in, a personal workspace is provisioned for you automatically.

## Creating a project

From the **Projects** page, use **New project** — you're redirected straight
into the new project's Overview. Each project card shows its name and slug.

## Navigating a project

The sidebar links the project's surfaces:

<CardGroup cols={2}>
  <Card title="Overview" icon="layout-dashboard">
    Headline stats (traces, spans, tokens, cost, error rate) and, until your
    first trace lands, an interactive getting-started guide.
  </Card>

  <Card title="Traces" icon="activity" href="/app/traces" />

  <Card title="Datasets" icon="database" href="/app/datasets" />

  <Card title="Experiments" icon="flask-conical" href="/app/experiments" />

  <Card title="Annotations" icon="clipboard-check" href="/app/annotations" />

  <Card title="Settings" icon="settings" href="/app/settings" />
</CardGroup>

## Getting started in-app

The Overview's onboarding lets you pick your stack (**Claude Agent SDK**,
**Vercel AI SDK**, or **Claude Code CLI**), generates an API key inline, and
shows a tailored, step-by-step integration guide — including a "prompt your
agent" tab you can paste into a coding assistant.
