Real-time security, secret DLP, and loop burn prevention for autonomous AI coding agents.
Website β’ Documentation β’ Main Repository β’ Slack
Existing AI observability tools are passive β they log execution data after an agent leaks a secret, deletes production files, or runs into infinite loops.
Intutic is an active, low-latency circuit breaker. It sits directly in the tool-call path between AI coding assistants and local shell / production APIs. Every tool execution undergoes sub-5ms policy evaluation β blocking dangerous commands before they execute and steering agentic loops in real time.
| Repository | Description | Stars / Status |
|---|---|---|
π‘οΈ intutic/intutic |
The primary open-core repository containing the Rust Proxy, @intutic/cli, @intutic/clawde SDK, and WASM Rules Engine. |
|
π intutic/website |
Public marketing website source for intutic.ai. |
flowchart TD
subgraph DevEnvironment[" π» Developer Environment "]
Agent["π€ AI Coding Agent<br><i>(Claude Code, Cursor, Aider, LangGraph)</i>"]
SOP["π Local SOP Rules<br><i>(CLAUDE.md / .cursorrules / SKILL.md)</i>"]
end
subgraph HotPathProxy[" β‘ Intutic Hot-Path Proxy (:4000) "]
Engine["π WASM Policy Engine<br><i>(<5ms Evaluation Latency)</i>"]
DLP["π Secret DLP & Masking"]
PCAS["π‘οΈ PCAS Action Primitives<br><code>BYPASS</code> | <code>ENHANCE</code> | <code>HIJACK</code> | <code>KILL</code>"]
end
subgraph UpstreamProviders[" π Upstream Providers "]
Providers["Anthropic API / OpenAI / LiteLLM / Ollama"]
end
Agent -->|1. Tool Call / Prompt| HotPathProxy
SOP -->|2. Rule Sync| HotPathProxy
HotPathProxy -->|3. Clean Request| UpstreamProviders
Engine -->|4. Block/Hijack Verdict| Agent
npm install -g @intutic/cli @intutic/proxyintutic connectexport ANTHROPIC_BASE_URL="http://localhost:4000/v1"
export OPENAI_BASE_URL="http://localhost:4000/v1"Intutic provides zero-code-change governance across 18+ AI tools:
- Single-Agent Assistants: Claude Code CLI, Cursor, Windsurf, Aider, Antigravity, Cline, Roo Code, Codex, OpenWebUI, Goose, Continue.
- Multi-Agent Frameworks: LangGraph, CrewAI, AutoGen, OpenHands, OpenClaw, Hermes, n8n.
- π Documentation Portal: docs.intutic.ai
- π Official Website: intutic.ai
- π¬ Slack Community: Join Intutic Slack
- π€ Follow on X: @IntuticAI
- πΌ LinkedIn Page: Intutic on LinkedIn
- π§ Contact Support: support@intutic.ai
Β© 2026 Intutic Community. All rights reserved. Licensed under the MIT License.