Skip to content

1. Workspace Setup ​

The Workspace Setup wizard runs when you select option 1 from the SWAO main menu. It initialises your engagement folder and writes a .swao.yml configuration file in one guided flow.

What the wizard configures ​

StepWhat it does
Workspace nameCreates the engagement folder structure under your chosen root
Application nameRegisters the workload to be assessed
community frameworksSelects active frameworks (GDPR pre-selected; 14 community frameworks available)
LLM providerConfigures the AI provider: Anthropic, OpenAI, Ollama
CredentialsStores API keys and vault references via swao credential set

CLI equivalent ​

bash
swao init --name my-engagement
swao credential set anthropic-api-key
swao framework install GDPR

After setup ​

Run a Health Check to verify all seven system checks pass before starting an assessment.

See also: How it works