Policy as Code for Continuous Compliance and Continuous Enforcement. Intutic sits in the tool-call path between your AI agents and production — every file write, API call, and shell command passes through a synchronous, in-process evaluation chain, turning every decision into compliance evidence and enforcement action in real time.
# Install the Intutic developer CLI & native Rust proxy
npm install -g @intutic/cli @intutic/proxy
# Start the native proxy gateway. No account needed.
intutic start
The agent reaches for curl -d @.env. The policy chain evaluates in-process,
before the request leaves the machine. SOP-004 returns KILL, and the loop
halts with zero secrets leaked.
Together, these capabilities form shared infrastructure for AI agent governance across enterprise systems.
@intutic/gate.
Five minutes from install to first enforced call. Newer native
adapters like Muse Code, Grok Build, and dsh (preview) land the
same way.
| Capability | Passive Observability (Langfuse, Arize, LangSmith) |
Intutic (Active Governance) |
|---|---|---|
| Trace logging | Records after execution | Records + enforces during execution |
| Tool-call blocking | Cannot block | Synchronous circuit breaker — the call blocks on the verdict |
| SOP enforcement | No policy engine | Centralized SOP Registry with real-time sync |
| Cost prediction | Post-hoc reporting | Pre-execution cost estimation |
| Intelligent routing | Static API keys | Adaptive Thompson Sampling Model Bandit |
| Cross-harness | Single-tool | 39 harnesses via a single proxy |
| Self-healing config | Manual | Closed-loop workspace sync daemon |
| Secret handling | Logged in plaintext | Automatic DLP masking of API keys, AWS credentials & tokens before they leave the machine |
| Custom policy logic | Fixed dashboards only | WASM Rules SDK — author validation logic in AssemblyScript, hot-reloaded into the fuel-limited sandbox |
A local Rust proxy on port 4000 and a config sync daemon. Your agent talks to the proxy, the proxy talks to your provider, and policy is evaluated in between.
Intutic provides the shared infrastructure to run, observe, and secure AI agents across enterprise perimeters.
Fully managed on Intutic's infrastructure.
Zero ops burden. Automatic updates and scaling.
Deploy to your AWS, GCP, or Azure account.
Data never leaves your network boundary (BYOC).
Full Kubernetes Helm charts + Docker Compose profiles.
Zero data egress.
Unlike rigid security tools, Intutic steers agents via real-time corrective context, performing continuous audits and breaking off recursive failure chains.
Centralized rules that sync to every developer's machine in real time. No more divergent .cursorrules files.
Daily cost thresholds and session budgets prevent runaway agent loops. Cost safety controls that actually work.
Zero-trust tool firewalls, active stream interception, OBO credential gating, and real-time safety alerts.
Pay only for what you govern
Up to 500 seats
Up to 2,500 seats
On-prem / air-gapped license
Governs Claude Code, Cursor, AWS Bedrock AgentCore Runtime, LangGraph, and proprietary custom agent harnesses. Autonomous self-configuration via the Kitkat agent skill, with 100% air-gapped VPC deployment support. QM, Anthropic Managed Agents, and the AWS Bedrock AgentCore Gateway integrate server-side over HTTP, outside the auto-detected harness list.
The high-performance, stateless AI proxy gateway routing all agent traffic. No extra network hop. Installed via the @intutic/cli
A suite of local developer tools, sync daemons, and codebase graph adapters to orchestrate governance.
Intercepts, filters, and logs stdio JSON-RPC tool frames.
Bidirectional config synchronization running locally on workstations.
Programmatic TypeScript client wrappers and proxy connection adapters.
npx @intutic/cli init — no per-tool configuration required:
@intutic/gate / intutic-clawde) — LangChain, CrewAI, AutoGen, Google ADK, OpenAI Agents SDK, Pydantic AI, AWS Strands Agents, Mastra, Vercel AI SDK, and more.securityScreen contract, Anthropic Managed Agents, and the AWS Bedrock AgentCore Gateway — call Intutic directly over HTTP and sit outside the 39, since they have no HarnessType and aren't auto-detected.
npx @intutic/cli init and npx @intutic/cli connect — it auto-detects your harness and configures the proxy redirect. Full SOP Registry setup typically takes 1–2 hours. Enterprise deployment with SSO takes 1–2 weeks with our deployment team.
packages/proxy/benches/ab_latency_bench.rs. The high-reasoning evaluator runs asynchronously (out-of-band) — it never blocks the agent unless a hard kill is triggered.
npm install -g @intutic/cli @intutic/proxy.
intutic-proxy / @intutic/proxy), onboarding CLI (@intutic/cli), TypeScript SDK (@intutic/clawde), stdio interceptor (@intutic/mcp-governance-proxy), rule syncer (@intutic/sync-daemon), and shared types — is fully open-source (MIT licensed) and runs against a local Valkey cache. Centralized governance registries, SOP Optimizer compilers, compliance dashboards, and active network controllers are commercial.
CLAUDE.md/.cursorrules, and the local Rust proxy evaluates prompts/responses against them in a WASM sandbox on your machine. All spend metrics are saved to local JSONL files, and daily limits are enforced natively by the local Rust proxy. Only team-wide dashboards and remote LLM-as-a-judge reviews require the GKE control plane.
CLAUDE.md or .cursorrules policy) that are instantly synchronized directly to the developer's local editor or environment, ensuring the agent is steered away on its next prompt turn.
@intutic/wasm-sdk to author custom validation logic in AssemblyScript. The compiled WebAssembly module is executed inside the proxy's isolated, fuel-limited WASM sandbox, which enforces a hard fuel and wall-clock limit per rule. You can test rules locally using the CLI command intutic policy test --wasm before dynamically hot-reloading them into the running proxy.
Intutic gives AI teams the governance layer to deploy agents with confidence.