Skip to main content
A Workspace is your unit of ownership in Nora. Everything you build lives inside one.

What a workspace holds

  • Flows — one or many agent workflows
  • Data sources — documents and databases connected to those Flows
  • Members — teammates you invite, each with a role
  • Credits & billing — usage is metered per workspace
  • Settings — theme, defaults, API keys for your own models

Multiple workspaces

One account can belong to several workspaces. Common patterns:
  • Personal for experiments, Company for production
  • One per client if you build agents for others
  • One per team in a large org, so credits and access stay scoped
Switch workspaces from the top-left switcher in the app, or from the CLI with nora auth workspaces switch <id>.

Roles

Invite teammates from Settings → Members.

Isolation

Data does not cross workspace lines. A Flow in Workspace A cannot see data sources, memory, or Signals from Workspace B — even if the same account owns both.
If you want teammates to see your work, invite them to the same workspace. Don’t share account credentials.