Quickstart Guide
Clausi CLI submits source-code and metadata to the hosted Clausi platform (https://api.clausi.ai) which returns a compliance report in the format of your choice (PDF, HTML, JSON).
Supported Regulatory Frameworks
| Key | Regulation |
|---|---|
| EU-AIA | European Union Artificial Intelligence Act (EU AI Act) |
| GDPR | General Data Protection Regulation |
Additional frameworks can be added on the server side without requiring a client update.
Getting Started
1
Install the Clausi CLI tool
pip install clausi2
Run the interactive setup wizard (recommended for first run)
clausi setup3
Or set your OpenAI key directly
clausi config set --openai-key sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx4
Run your first compliance audit
clausi scan /path/to/project -r EU-AIARequirements
Python ≥ 3.8 is required to run Clausi CLI.
Output
Upon completion, the CLI prints a table of findings and stores:
audit.{pdf|html|json}– the full reportaudit_metadata.json– summary of the scan session