Your first session
After setup, Signet can store explicit memories, retrieve scoped context, run selected harness integrations, and expose a local dashboard. Background inference and Dreaming are optional; choosing none during setup leaves explicit memory commands available.
Check status and open the dashboard
Section titled “Check status and open the dashboard”signet statussignet dashboardsignet dashboard starts the configured local daemon if needed. It opens the dashboard in your browser; a workspace configured with daemon.url uses that remote daemon instead.
Save a memory
Section titled “Save a memory”signet remember "Use Bun for this project"signet remember "Never commit credentials" --criticalsignet remember "The dashboard work is in progress" --tags project,dashboard--critical pins a memory. --tags accepts comma-separated tags. Use --agent <name> only when you intentionally need to associate the write with a named agent.
Connected harnesses may also expose their own remember command or tool. Use the integration documentation for the exact harness surface instead of assuming a slash command exists everywhere.
Recall memory
Section titled “Recall memory”signet recall "What package manager does this project use?"signet recall "architecture decisions" --type decision --limit 5Recall supports query, type, tag, agent, time, importance, and score filters. See Memory and search commands for the full reference.
Store secrets without placing values in prompts
Section titled “Store secrets without placing values in prompts”signet secret put OPENAI_API_KEYsignet secret listsignet secret delete OPENAI_API_KEYThe CLI prompts for a secret value rather than echoing it. Treat secret names as less sensitive than values, but do not put values in shell history, source files, screenshots, or documentation.
Inspect the daemon
Section titled “Inspect the daemon”signet daemon statussignet daemon logs -n 100signet daemon restartUse signet daemon start and signet daemon stop for explicit lifecycle control. See Operate your installation for update and troubleshooting steps.
Use skills
Section titled “Use skills”signet skill listsignet skill search browsersignet skill install browser-usesignet skill remove browser-useSkills are instruction packages. Read their source and any required configuration before enabling a skill that can take external actions.
Next steps
Section titled “Next steps”- Authentication for team or remote access.
- Sources for files, repositories, URLs, and connected source evidence.
- Memory lifecycle for retention, recall, and Dreaming.
- CLI reference for automation and command details.

