Workspaces in Auk are local-first. Each workspace lives on your machine (under the Auk data directory) and can optionally be linked to a Git repository for collaboration. There are no cloud accounts or user invitations; sharing happens through Git remotes.Documentation Index
Fetch the complete documentation index at: https://auk.mamahuhu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Create a workspace
- Click the ”+” icon in the workspace switcher.
- Choose a workspace name and (optionally) pick a Git repo path.
- Confirm to create. The workspace data is stored locally; no login required.
Switch between workspaces
To switch between workspaces, click on the workspace switcher in the top right corner of the app and select the workspace you want to switch to.Link a workspace to Git
- Open Settings → Git Sync inside the workspace.
- Set the repository URL (GitHub/GitLab/self-hosted) and authentication method.
- Commit and push collections/environments like regular files.
Rename or delete a workspace
- Rename: Open Workspace Settings → General and edit the name.
- Delete: From the same settings page, choose Delete workspace. This removes the local copy; your Git remote (if any) stays intact.