Skip to main content

Dashboard Overview

Start the embedded dashboard with:

dotagen serve

It provides an overview, agent and skill library views, rendered previews, sync controls, and symlink status. It operates on the same ~/.dotagen/ store as the CLI.

Dashboard overview

Agent library

Skill library

Symlink status

Security limitation

The dashboard REST service has no authentication and listens on :<port>, not loopback-only. Although the CLI prints a localhost URL, hosts on a reachable network can connect to it. Use only on a trusted local network until dotagen adds stronger binding or authentication.

The REST API reference lists the available endpoints.