---
title: Web dashboard
description: Chat, session history, fleet health, and org configuration at <org>.norisessions.com.
status: draft
sidebar:
  order: 2
---

Your org's dashboard lives at `<org>.norisessions.com`. Chat is the landing
page; everything else hangs off the sidebar. Roles: owner, admin, member.

| Screen | What you do there |
|---|---|
| **Chat** | talk to an agent in the browser — same fleet as Slack. Past sessions from any surface (Slack, web, CLI, triggers) open read-only or resume live into a fresh machine |
| **Sessions** | list every session with transcripts; resumable sessions are badged |
| **Fleet** | live pool health and per-machine lifecycle, with acquire/restart/destroy controls (10-second refresh) |
| **Fleet Setup** | fleet size, lifecycle timeouts, default provider/model/skillset, workspace repos, Slack access mode |
| **Integrations** | the onboarding checklist: agent providers, Slack, Discord, GitHub, Google Workspace, MCP servers, custom env vars |
| **Triggers** | scheduled and event-driven sessions — cron, reminders, webhooks |
| **Skillsets / Skills / Build / Publish** | the skill registry surfaces |

Two endpoints are public and need no login: `GET /api/health` and
`GET /api/fleet/status`.

Credential changes distribute to running sessions automatically — you don't
restart anything after rotating a key.
