Night Agent Cloud

Visibility foragent activity

Night Agent Cloud is the browser layer on top of the local CLI for teams that want shared visibility, history, and policy management.

What teams get

Live dashboard

Searchable event history

Policy editing from the browser

Cloud extends the CLI. It does not replace it.

The daemon keeps running locally on the computer. Cloud adds shared visibility and project-level management for teams.

  • Sync events in batches every 30 seconds
  • Resume from the last uploaded cursor if the connection drops
  • Send the active policy context with the event stream

What teams do in Cloud

Shared visibility and policy operations for teams running agents across projects.

Live dashboard

Watch agent activity as it happens, including blocked actions, sandboxed work, and anomaly signals.

Full event history

Search and filter by project, decision, risk, or command so reviews do not depend on manual log digging.

Browser policy editor

Update policy from the web interface instead of editing YAML locally for every team change.

Multi-project oversight

Separate tokens, names, and policies by project so parallel agent work stays organized.

How teams connect a project

Connect a project in minutes and keep execution local.

1. Install the CLI on the computer

Night Agent already intercepts actions and writes the local audit log.

2. Create a project token

Use a dedicated token for each project or agent workflow you want to track separately.

3. Connect with one command

Run `nightagent cloud connect <TOKEN>` in the project directory to attach the local daemon.

4. Open the browser

You get live visibility, policy context, and project-level history without moving execution into the cloud.

Connect a project

nightagent cloud connect <TOKEN>nightagent cloud statusnightagent cloud disconnect

Cloud is optional. The CLI still works locally when Cloud is not connected.