Getting started
GUIDE & REFERENCE

Choose how to work

Use conversation, visible controls, a terminal, or code for the same Mind.

You do not have to choose one interface forever. Use conversation to express intent, the workspace to inspect details, and code when a workflow needs to run repeatedly.

InterfaceBest forBefore you begin
HelmAsking for help and working through supported actions in chatSign in and select the correct workspace
Workspace UIInspecting stored data, graph relationships, activity, and settingsSelect a ready Mind
CLI or TUIExploring commands and repeatable terminal workflowsCheck the command's actual connection behavior
HTTP APIPrecise integration with an explicit request and responseInstance endpoint and authorized capability
SDKTyped helpers in an applicationMatch the SDK version, route, and authentication mode
Agent harnessLetting an assistant invoke memory toolsCompatible transport and a durable backend

Keep the boundaries clear

The dashboard is a view of your Mind, not the source of its memory. Closing a browser tab should not be how you manage the lifetime of a ready instance. Conversely, a local MCP process can have its own in-memory state; it does not become durable merely because it is launched from a Minds setup guide.

Read agent transport compatibility and SDK compatibility before relying on a tool across sessions.

On this page