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

# Workspace overview

> What a workspace is, and the knobs that scope everything inside it.

A **workspace** is the top-level container in Nora. Every Flow, every dataset, every trace, every connector belongs to exactly one workspace. Your account can belong to many workspaces at once — you switch between them like Slack workspaces.

## What lives at the workspace level

* **Flows** — the agent workflows you build.
* **Pipelines** — the Foundry ingest pipelines.
* **Documents** — the knowledge library.
* **Memory spaces** — Wiki / Index / Session / Evolution.
* **Causal graphs** — per-folder graphs.
* **Members** — the people who can access the workspace.
* **Connectors** — external system credentials.
* **Providers** — LLM API keys.
* **Traces** — every run's recording.
* **Datasets** — test cases.
* **Signals & Improvements** — the reliability queue.
* **Billing** — plan, usage, invoices.

Nothing crosses workspace boundaries by default. Trace search doesn't leak across workspaces; memory spaces are scoped; even connectors are workspace-scoped.

## Creating a workspace

Owners of a Nora account can create additional workspaces:

**Account menu → New workspace.**

Name it, pick a plan tier (free tier available), and you're in. Members can be invited immediately.

Common patterns:

* **Prod / staging / dev** — three workspaces for the same team. Same members, different data.
* **Per-team** — one workspace per product team. Members are the team.
* **Per-customer** — one workspace per customer engagement (agencies, consultancies).

## Workspace basics

Settings → Workspace shows:

* **Name** — display name. Editable anytime.
* **ID / slug** — stable identifier. Set at creation, immutable.
* **Timezone** — default timezone for scheduled runs and dashboards.
* **Locale** — default UI language.
* **Created at** — audit info.
* **Region** — hosting region. Set at creation; enterprise customers can choose.

## Switching workspaces

Any workspace member can switch via:

* **Sidebar** — the workspace picker at the top.
* **URL** — the workspace slug is in the URL; jumping to another slug switches automatically (if you have access).
* **CLI** — `nora auth workspaces switch <id>` (see [`nora auth`](/cli/auth)).

Each surface remembers the last workspace per browser / per CLI config directory.

## Archiving vs. deleting

* **Archive** — the workspace becomes read-only. Live traffic stops. Data is retained.
* **Delete** — permanent after a 7-day grace period. All data (traces, documents, memory) is removed.

Only Owners can archive or delete. Deletion is one-way — export first if there's any data you need.

## Regions

Nora hosts data in region-specific pods:

* **Asia-Pacific (Seoul)** — default for Korean sign-ups.
* **North America (Oregon)** — default for US sign-ups.
* **Europe (Frankfurt)** — GDPR-region default for EU sign-ups.

Cross-region access is available but adds latency. If your team is fully in one region, keep the workspace there.

Enterprise customers can pin workspaces to specific regions during setup.

## Where to next

<CardGroup cols={2}>
  <Card title="Members & roles" icon="users" href="/settings/workspace/members">
    Invite people, assign roles.
  </Card>

  <Card title="Access & policies" icon="lock" href="/settings/workspace/access">
    Who can do what across the workspace.
  </Card>

  <Card title="Billing overview" icon="credit-card" href="/settings/billing/overview">
    Plan, usage, invoices.
  </Card>

  <Card title="Connections" icon="plug" href="/settings/connections/overview">
    Hook up Google, Slack, S3, databases, and more.
  </Card>
</CardGroup>
