Install SDK
$ pip install aictrlnet-runtime-sdk
External agent runtimes — including OpenClaw, Claude Code, custom Python agents — register with AICtrlNet. Every action goes through pre-action evaluation, ML risk scoring, and audit trail before it executes.
“There are companies finding engineers who have given OpenClaw access to their devices.”
Cisco’s assessment
“Groundbreaking capability. Absolute nightmare security.”
Your employees are using AI agents. The question isn’t whether to allow it — it’s whether to govern it.
Every action evaluated before execution. Pre-action enforcement, not just logging.
$ pip install aictrlnet-runtime-sdk
from aictrlnet import AsyncAICtrlNetClient client = AsyncAICtrlNetClient(config) reg = await client.register(RuntimeRegistrationRequest( runtime_type="openclaw", instance_name="my-agent", ))
governed_fn = gateway.wrap(action, my_function)
result = await governed_fn()
View all agent activity, approve escalations, and manage policies from a single dashboard.
| Feature | Community (free) | Business | Enterprise |
|---|---|---|---|
| Runtime registration | ✓ | ✓ | ✓ |
| Action logging | ✓ | ✓ | ✓ |
| Pre-action evaluation | Audit-only | Enforce: permit / block / escalate | ✓ |
| ML risk scoring | — | ✓ | ✓ |
| Approval workflows | — | ✓ | ✓ |
| Fleet management | — | — | ✓ |
| Cross-org federation | — | — | ✓ |
| Compliance reports | — | — | ✓ |
Your team gets the AI tools they want. You get the visibility and control your business needs.
They sell AI tools. We make all of them work together — with your team.