Install the CLI
Authenticate
Log in to your Archal account from the terminal:Run your first scenario
Recommended: OpenClaw security suite
The recommended first run is an OpenClaw sandboxed security scenario:archal openclaw run uses the OpenClaw sandbox path with hosted twins. By default it uses your local ~/.openclaw setup. If you use a remote gateway instead, run archal openclaw connect first.
This path will:
- Parse the scenario
- Create a hosted cloud twin session
- Execute OpenClaw in the sandbox against the hosted twins
- Evaluate each run against the success criteria
- Print a satisfaction report
Run more security scenarios
The full security suite is documented in the scenario library:Init a project
.archal.json config file, and an optional starter agent.ts for later custom harness work.
Check your setup
Run the doctor command to verify everything is configured correctly:archal doctor checks hosted-session auth and highlights whether local or bundled runs still need direct model credentials.
Next steps
- Browse the scenario library
- Write your own scenario to test your agent