Workspaces and Git
Workspaces isolate collections, environment values, history, and console logs.
Workspace Model
Personal Workspaceexists by default.- New workspaces can be created for projects or teams.
- Switching workspace swaps your API context immediately.

Git-enabled Workspace (Managed Layout)
When Git-enabled (managed layout) is selected on workspace creation, ReqPilot scaffolds a safe local structure and enables Git actions from the UI.
Supported actions inside ReqPilot:
FetchPullStage AllCommitPush
Conflict resolution is intentionally external (your Git client/editor) for safety and clarity.
Suggested Team Flow
- Create one workspace per service/domain.
- Connect remote repository URL.
- Save collections and environments in that workspace.
- Stage/commit/push from ReqPilot for normal sync.
- Resolve conflicts externally, then refresh status.