---
title: Cloud
description: Run the same TUI against a cloud session in your org's fleet.
status: draft
sidebar:
  order: 5
  badge: { text: beta, variant: caution }
---

`nori cloud` runs the familiar TUI, but the agent lives on a cloud VM in your
org's [Nori Sessions](/sessions/) fleet — same conversation model, remote
compute, resumable from Slack or the web afterwards.

```sh
nori cloud
```

Requirements:

- [handroll](/sessions/handroll/) installed and logged in
  (`nori-handroll login`) — the CLI delegates all broker auth and transport
  to it
- your org's broker URL, either from your handroll login or set explicitly:

```toml
[cloud]
broker_url = "https://<org>.norisessions.com"
```

In cloud mode the agent choice is pinned to the cloud session —
`--agent` selects agents for local runs only.
