Skip to content

Profiles and workspaces

Profiles separate Gormes state for clients, projects, or agents. Workspaces control what project directories are exposed to the model/tool runtime.

Terminal window
gormes profile create client-a
gormes profile use client-a
gormes profile show

Run a single command with an explicit profile:

Terminal window
gormes --profile client-a chat

An empty agents.defaults.workspaces list means the operator home is the default project workspace. A non-empty list is the model-facing project read/write allow-list.

Use Profiles for client work for the operator workflow and CLI reference: profile for exact commands and flags.