Skip to main content

Usage

archal setup
archal setup is an interactive helper. It walks through:
  1. archal login authentication
  2. config file initialization if needed
  3. direct model API key checks for bundled and local harness runs
  4. archal doctor validation
  5. optional OpenClaw gateway connection
For the most direct path, you can skip the wizard and run the steps yourself:
archal login
archal openclaw run scenarios/security-suite/exec-impersonation.md
If you prefer headless auth, use an API key instead of browser login:
export ARCHAL_TOKEN=archal_...
archal openclaw run scenarios/security-suite/exec-impersonation.md
If you use a remote OpenClaw gateway instead of a local ~/.openclaw setup, run archal openclaw connect ... before the scenario command.