Prompt injection slips through
Instructions hidden in user input, RAG documents, or tool output can hijack an agent's behavior mid-session.
Chat completions: point your OpenAI-compatible client at ArgusAI — swap the base URL, keep your SDK. MCP security and taint tracking: add lightweight API calls to our inspect endpoints (Growth plan and above).

Public beta
Try prompt injection detection in the Playground today. Full gateway access, dashboard onboarding, and MCP security are rolling out to waitlist members first.
Early access
Get notified when the full gateway, dashboard, and MCP security ship.
Instructions hidden in user input, RAG documents, or tool output can hijack an agent's behavior mid-session.
Sensitive data can enter a prompt or come back in a model response with no inspection layer in between.
Tool arguments and tool output are rarely validated before an agent acts on them or passes them downstream.
Without call-level logging, tracing a bad outcome back to its source after the fact is close to impossible.
ArgusAI sits between your application and any LLM provider as a transparent, OpenAI-compatible proxy. Every request gets a full threat scan (L1–L3 + PII) before it reaches the model; responses are scanned for PII and redacted when your policy requires it. MCP tool inspection is available via separate API endpoints you wire into your agent loop.
Capabilities
Catches direct prompt injection, jailbreak attempts, and credential leakage in milliseconds, before a request goes anywhere.
Boosts risk scores for paraphrased injections, escalation phrases, and obfuscated payloads that L1 patterns alone can miss. ML classifier path planned.
Ambiguous prompts (L2 score 0.4–0.75) can get a Claude Haiku second opinion — Starter plan and above, requires Anthropic API key on the gateway.
Tracks data provenance across MCP inspect calls when you pass session IDs — Growth plan and above, requires Redis. Your agent calls our inspect endpoints; taint is not automatic on chat-only proxy traffic.
Call /v1/mcp/inspect-call and /v1/mcp/inspect-output from your agent to validate tool arguments and output against policy — Growth plan and above, explicit integration required.
Identifies emails, phone numbers, government IDs (Aadhaar, PAN, SSN), and card numbers on ingress; redacts PII on egress responses when enabled.
Set block, flag, or redact behavior per project — tune sensitivity without changing code.
Calls are recorded with detection scores, action taken, and latency — persisted to MongoDB when connected, queryable per project. Retention varies by plan tier.
Why ArgusAI
Most AI security tools focus on one slice: chat input, observability after the fact, or generic API filtering. ArgusAI is a gateway built for agentic systems — chat, MCP tools, and cross-call provenance in one place.
Threats are scored and acted on before requests reach your LLM or before tool output returns to your agent — block, flag, or redact per project policy.
Point chat at our OpenAI-compatible proxy. Wire MCP inspect calls into your agent loop for tool arguments and tool output — the layers most scanners never see.
Millisecond pattern rules first, heuristic escalation second, LLM reasoning for edge cases when you need it — so you are not paying model latency on every call.
Keep your existing OpenAI SDK. Swap the base URL for chat; add lightweight inspect API calls where agents use tools. No full application rewrite.
Per-project settings for injection blocking, PII redaction, L3 thresholds, MCP tool allowlists, and token budgets — editable in the dashboard without shipping new code.
Structured call logs with detection scores and actions taken — for incident response and compliance — kept out of model prompts.
MCP security and taint tracking require explicit integration and a Growth plan or above. Outbound webhooks, SIEM sink, and audit export require Pro+. L3 reasoning requires Starter+. See Plans for feature gates.
See integration docs →Sign in, complete onboarding, and create a project — your ArgusAI key is shown once in the dashboard.
Swap your OpenAI-compatible base URL for ArgusAI's proxy. Add MCP inspect calls separately if you need tool-level security.
Review calls, threat breakdowns, and analytics per project. Refresh to see new events as your agents run.
Enterprise
Optional layer for regulated workloads: attach custom Open Policy Agent rules after the detection pipeline. Requires an OPA sidecar and gateway OPA_URL — not included in self-serve plans.
OPA setup guide