Skip to content

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:

  1. The agent attempts an HTTP call.
  2. CanopyIQ intercepts with policy.
  3. You see ALLOW/DENY/APPROVAL decisions and an audit record.

3) Next steps