Dashboard Walkthrough
The hosted dashboard at nfltr.xyz/dashboard shows fleet health, orchestration DAGs, task drawers, and approval gates.
Start from the terminal
$ nfltr orch spec decompose --goal "Update the landing page hero copy"
$ nfltr orch start spec ./landing-update.json --watch
Fleet
$ nfltr orch fleet workers --json
Each orchestration card contains a DAG of planner and worker nodes. Status badges filter in_flight, completed, and failed.
Task drawer
Click a node for state, role, objective, cost, and workspace metadata. For turn timeline, tool calls, parent context, and memory snapshots, read Observe orchestration.
$ nfltr orch task status --task task-1779276137906158000 --events 20
Deep links: https://nfltr.xyz/dashboard#task=task-ID. Approve, reject, or cancel from the drawer when gates are open.
Next: Team collaboration.
Practical tips
NFLTR persists task history on the hosted control plane at nfltr.xyz, so reconnecting planners and dashboard viewers see the same timeline. Share runs with teammates using task ids and dashboard deep links instead of pasting full JSON envelopes. For production-impacting objectives, configure approval gates so a human confirms in the drawer before work continues. Combine the CLI examples above with the dashboard when you need mobile monitoring or inner-LLM turn detail documented in the observe orchestration guide.
Bookmark the docs index and feature pages when onboarding new teammates to the same hosted tenant.