Quick Start¶
Get CanopyIQ running in minutes.
1) Install¶
git clone https://github.com/your-org/canopyiq.git
cd canopyiq
pip install -r requirements.txt
2) Run a demo agent¶
python examples/agent_demo.py
Expected:
- The agent attempts an HTTP call.
- CanopyIQ intercepts with policy.
- You see ALLOW/DENY/APPROVAL decisions and an audit record.
3) Next steps¶
- Add the SDK to your agent → SDK (Python)
- Write your first rules → Policy Spec
- Send approvals to Slack → Slack Approvals