-
Notifications
You must be signed in to change notification settings - Fork 0
Community Self Hosted Guide
Huzefaaa2 edited this page Jul 1, 2026
·
1 revision
CAVRA Community is the full public self-hosted product surface. It includes runtime decisions, policy evaluation, approvals, evidence, AISPM, report center, local dashboards, CI/CD enforcement, connector interfaces, reference connectors, public policy packs, and public contracts.
Operators configure the backing services they want to use:
- Identity provider and RBAC mapping.
- Audit store and evidence retention.
- Object storage and database.
- Report delivery provider such as SMTP or an approved reporting service.
- Policy registry.
- Connector credentials in a secret store.
- Monitoring, backup, recovery, and upgrade automation.
If one of these providers is missing, CAVRA should report requires_configuration.
git clone https://github.com/Huzefaaa2/cavra.git
cd cavra
python -m venv .venv
source .venv/bin/activate
pip install -e .
cavra version
cavra demo before-the-agent-actsFor Azure deployment, use Azure Community Deployment.
CAVRA Field Compass
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
Before the agent acts, CAVRA asks: who is acting, what will change, what policy applies, and what evidence will prove it?
| Start | Build | Operate | Assure |
|---|---|---|---|
| Quick Start | CLI | Enterprise Guide | AISPM |
| Reader Paths | Policy Syntax | Deployments | Evidence |
| Community | GUI | Troubleshooting | Conclusion |
Textbook home: Before the Agent Acts |
Development archive: development and testing artifacts |
Source repository: github.com/Huzefaaa2/cavra
- Foreword And Reader Paths
- Why CAVRA Exists
- Runtime Authority Model
- Architecture
- Editions
- Install And Deploy
- Community Guide
- Enterprise Guide
- CLI Reference
- GUI And Sandbox
- AISPM Guide
- Policy And Evidence
- Operations And Integrations
- Labs And Use Cases
- Appendices And FAQ
- Policy Language Reference
- Troubleshooting Playbook
- Conclusion