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

# Dashboard overview

> Sign in, pick an active organization, navigate the sidebar, and use the command palette, topbar, and role-gated surfaces.

The Orca dashboard is the control surface for building, running, and observing your AI agents. Sign up at [orcapods.ai](https://www.orcapods.ai) and open the app at [app.orcapods.ai](https://app.orcapods.ai). This page is the map of the product — every section links to its own guide.

## Signing in and picking an organization

Everything in Orca is scoped to an **organization**. After you sign in you must have an **active organization** selected before the rest of the app unlocks.

<Steps>
  <Step title="Sign in">
    Authenticate at [app.orcapods.ai](https://app.orcapods.ai).
  </Step>

  <Step title="Choose an organization">
    On the choose-organization screen you can **create** a new org, **join** one you've been invited to, or **switch** between orgs you already belong to.
  </Step>

  <Step title="Land on your agents">
    Once an org is active, `/` redirects to `/agents` — your catalog of agent profiles.
  </Step>
</Steps>

<Note>
  You can switch the active organization at any time from the **user chip** menu (bottom of the sidebar) or the choose-organization screen.
</Note>

<Frame caption="The mandatory organization gate — pick a workspace, accept an invite, or create a new organization.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/overview-choose-org.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=5cb2efd5b1f2a69b6b193da0024f84d6" alt="Choose an organization screen" width="1440" height="688" data-path="images/dashboard/overview-choose-org.jpg" />
</Frame>

## The sidebar

The left sidebar groups every screen into sections. It collapses to a compact rail, shows the brand logo, and includes a light/dark theme toggle.

### Build

<CardGroup cols={2}>
  <Card title="Workbench" href="/dashboard/workbench">
    Run an agent against a prompt and inspect every streamed step.
  </Card>

  <Card title="Agents" href="/dashboard/agents">
    Create, import, edit, publish, and manage agent profiles.
  </Card>

  <Card title="Pools" href="/dashboard/pools">
    Group agents into a shared workspace with role-aware access.
  </Card>

  <Card title="Skills" href="/dashboard/skills">
    Import and manage Agent Skills that run in the sandbox.
  </Card>

  <Card title="Memory Bank" href="/dashboard/memory-bank">
    Browse memories agents write at runtime.
  </Card>
</CardGroup>

### Run

<CardGroup cols={2}>
  <Card title="Sessions" href="/dashboard/sessions">
    Inspect live and past sessions, their runs, streams, and timelines.
  </Card>

  <Card title="Workflows" href="/dashboard/workflows">
    Inspect, execute, and cancel multi-agent DAG workflows.
  </Card>
</CardGroup>

### Resources

<CardGroup cols={2}>
  <Card title="MCP Servers" href="/dashboard/mcp-servers">
    Register and manage Model Context Protocol servers.
  </Card>

  <Card title="Files" href="/dashboard/files">
    Browse files in your workspace storage.
  </Card>
</CardGroup>

### Observe

<CardGroup cols={2}>
  <Card title="Usage" href="/dashboard/usage">
    Track token, run, and resource usage across the org.
  </Card>

  <Card title="Runtime" href="/dashboard/runtime">
    Inspect live runners, sidecar slots, observed worker instances, and where
    sessions are running.
  </Card>
</CardGroup>

### Settings

Settings is organized into three groups:

| Group              | Items                                    |
| ------------------ | ---------------------------------------- |
| **Workspace**      | Organization, Members, Manage            |
| **Infrastructure** | Environments, Storage, Secrets, API Keys |
| **Admin**          | Audit                                    |

The sidebar footer holds shortcuts to **Quickstart**, **Documentation** (opens externally), **Settings**, and a **live status indicator** that reflects platform health.

## Command palette

Press **⌘K** (macOS) or **Ctrl+K** (Windows/Linux) anywhere to open the command palette. It groups actions into:

* **Navigate** — jump to any screen.
* **Quick actions** — toggle theme, toggle sidebar, reload, go back.
* **Create** — new agent, session, workflow, skill, or MCP server.
* **Admin** — open the Audit log.

<Frame caption="The command palette (⌘K) — jump to any destination or action from anywhere.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/overview-command-palette.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=15f094fe41507789caedf9c3aaf0c57e" alt="Command palette open with grouped navigation actions" width="1440" height="688" data-path="images/dashboard/overview-command-palette.jpg" />
</Frame>

## Topbar

The topbar shows a **breadcrumb** of where you are, a **Search (⌘K)** button that opens the command palette, and a read-only **active-organization pill**.

## User chip

At the bottom of the sidebar, the **user chip** shows your avatar, name, and `role · org`. Its menu links to **Account settings**, **Organization**, **Members**, and **Sign out**.

## Roles and gating

Some actions are restricted to organization **admins**:

<Warning>
  **Secrets** is admin-only — both the page and its nav entry are hidden for members. Publishing agents, deleting agents, renaming/changing-logo/deleting the org, and inviting or removing members are also admin-only.
</Warning>

## Related

<CardGroup cols={3}>
  <Card title="Workbench" href="/dashboard/workbench">
    Start running agents.
  </Card>

  <Card title="Agents" href="/dashboard/agents">
    Build your first agent profile.
  </Card>

  <Card title="Quickstart templates" href="/dashboard/quickstart">
    Create an agent or pool from a template.
  </Card>
</CardGroup>
