Opening a workspace
Open a folder, switch between recent workspaces, or launch Ptah with a folder via the CLI.
A workspace in Ptah is simply a project folder on disk — the root of a codebase you want agents to analyze, edit, and operate on. Opening a workspace is the first thing most users do after launching Ptah, and almost every other feature (chat, agents, plugins, git integration, MCP tools) is scoped to the active workspace.
Ptah treats workspaces as first-class context. When you open a folder, Ptah:
.claude/ and .ptah/.Opening a workspace
Open a folder, switch between recent workspaces, or launch Ptah with a folder via the CLI.
File tree
Browse and expand the workspace file tree from the sidebar.
Project analysis
Tech stack detection, pattern recognition, quality metrics, and dependency scans.
Workspace intelligence
How Ptah auto-gathers context (structure, deps, recent files) and feeds it to agents.
Switching workspaces
Swap active workspace from the UI or a CLI argument.
Workspace restoration
Recover your previous session on app restart.
Workspace configuration
Per-workspace settings in .claude/ and .ptah/ — enabled plugins, custom agents, overrides.