Runtime Guardrails

See everything.
Respond instantly.

General Analysis observes runtime behavior across your agents, tools, and data flows—understanding context to detect what's malicious and what's not. Sub-10ms enforcement, full traces, live posture.

Runtime · Live Monitoring

Inference Guardrails

Last 24h · all production agents

24h
Calls Inspected
128,740+12%
Threats Blocked
1,247+18%
P95 Latency
187 ms−8%
Drift Score
0.18↑ 0.04
Intent Classification
128,740 calls
Safe96%
Q&A · Lookup
42%
Code Generation
22%
Drafting · Edit
14%
Reasoning
11%
Sensitive Action
7%
Adversarial
4%
Performance Drift

Output quality vs baseline · support-agent

Drift detected
LiveBaseline
now · 0.71 · −21% vs baseline
Recent Guardrail Events
live
12:46:21BLOCK
Prompt injection · indirect via RAG chunk
finance-agent · company-docs
LLM01
12:46:18BLOCK
Sensitive data leakage in tool response
finance-agent · search_docs
LLM02
12:46:14FLAG
Abnormal intent · privilege escalation
dev-agent · execute_shell
LLM06
12:46:09ALERT
PII detected in model output
support-agent · email_draft
LLM05

Continuous adversarial monitoring

Watch every prompt, tool call, and response in real time. Context-aware policies catch what static rules cannot.

Sub-10ms enforcement

Block, flag, or escalate inline without slowing your AI stack down. Latency that disappears into the request budget.

Audit-ready evidence

Every decision captured with full context, ready for compliance reviews and incident postmortems.

Built for production

Security that adapts
to your runtime.

  • Understands agent intent and context
    Reduces noise with deep runtime context.
  • Protects tools, data, and actions
    Enforces policies across every interaction.
  • Responds in milliseconds
    Automated containment to stop damage fast.
  • Learns and improves
    Continuously fine-tuned on real-world behavior.
runtime.yaml
# Drop this in front of your agents.
# Sub-10ms enforcement, full traces.

agents:
  finance-agent:
    model: gpt-4o-mini
    policies:
      - prompt_injection
      - data_exfil_external
      - tool_allowlist
    tools:
      - query_db
      - search_docs
    on_block: page_oncall
    trace: full

Runtime coverage

Guardrails for live AI systems.

Runtime Security sits in the request path for agents, assistants, and model endpoints. It enforces policy with the context needed to distinguish normal user behavior from jailbreaks, data leaks, and unsafe actions.

Input and output enforcement

Inspect user prompts, retrieved context, model responses, tool arguments, and streamed output before unsafe content reaches the next hop.

Policy-aware controls

Apply organization-specific policies for PII, secrets, jailbreaks, harassment, regulated advice, tool use, and business commitments.

Agent action guardrails

Classify high-risk actions, enforce tool allowlists, require approvals, and stop destructive or out-of-scope operations inline.

Production observability

Capture traces, decisions, latency, policy hits, and drift signals so engineering and security teams can investigate incidents quickly.

How enforcement works

Wrap

Place controls around the runtime

Deploy API wrappers or SDK middleware around model calls, agent loops, MCP servers, and high-risk tools without rewriting the application.

Decide

Score each interaction in context

Evaluate request intent, retrieved material, tool arguments, model output, user role, and current policy before choosing an action.

Act

Block, redact, rewrite, or escalate

Stop unsafe flows, redact sensitive data, require human approval, or route suspicious sessions to security workflows.

Learn

Improve from live traffic and red-team data

Feed confirmed incidents and adversarial findings back into policies and detection models so coverage improves as the system changes.