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.
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>(seenora auth).
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.
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.
Where to next
Members & roles
Invite people, assign roles.
Access & policies
Who can do what across the workspace.
Billing overview
Plan, usage, invoices.
Connections
Hook up Google, Slack, S3, databases, and more.