Skip to content

Intutic β€” The Circuit Breaker for AI Agents

Real-time security, secret DLP, and loop burn prevention for autonomous AI coding agents.

GitHub Stars License: MIT Documentation Website Slack Community X (Twitter)

Website β€’ Documentation β€’ Main Repository β€’ Slack


πŸ’‘ About Intutic

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.


πŸ“¦ Key Repositories in the Intutic Ecosystem

Repository Description Stars / Status
πŸ›‘οΈ intutic/intutic The primary open-core repository containing the Rust Proxy, @intutic/cli, @intutic/clawde SDK, and WASM Rules Engine. GitHub Stars
🌐 intutic/website Public marketing website source for intutic.ai. License: MIT

πŸ—οΈ Architecture Overview

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>(&lt;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
Loading

⚑ Quickstart (30 Seconds)

1. Install Global CLI & Native Proxy

npm install -g @intutic/cli @intutic/proxy

2. Connect Your Project

intutic connect

3. Route Your Agent

export ANTHROPIC_BASE_URL="http://localhost:4000/v1"
export OPENAI_BASE_URL="http://localhost:4000/v1"

πŸ”Œ Supported Harnesses & Frameworks

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.

🌐 Community & Links


Β© 2026 Intutic Community. All rights reserved. Licensed under the MIT License.

Pinned Loading

  1. intutic intutic Public

    The open source circuit breaker for AI agents. Real-time security, secret DLP, and loop burn prevention for Claude Code, Cursor, Antigravity, LangGraph, n8n and many more.

    TypeScript 5

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…