Dashboard →
API Behavioral Monitor · v1.0

Arc Gate —
behavioral monitoring
for closed model APIs.

Point your existing OpenAI or Claude client at Arc Gate and get real-time behavioral monitoring, drift detection, and injection blocking. No model weights required. One URL change.

Get started — $29/mo Live demo → Quickstart

How it works

Three detection layers. One URL change.

Arc Gate sits between your application and the OpenAI or Anthropic API. Each layer catches what the others miss.

Layer 01 — Zero latency

Phrase Blocking

Catches explicit injection language before the request reaches OpenAI. 35+ patterns including DAN mode, persona hijacks, instruction overrides, and authority claims.

Layer 02 — Response analysis

Token Distribution Monitor

Analyzes the logprob distribution of each response. Measures Fisher-Rao distance from the deployment baseline. Catches behavioral drift even when the text looks normal.

Layer 03 — Session-level

D(t) Stability Scalar

Tracks a stability scalar over the full session. Catches gradual manipulation campaigns that look innocent turn by turn — the same mechanism that caught Crescendo in whitebox testing.


Quickstart

One URL change. Nothing else.

Replace your OpenAI base URL with your Arc Gate endpoint. Your API key, your model, your prompts — nothing else changes.

After — routed through Arc Gate
import openai

client = openai.OpenAI(
    api_key="sk-...",
    base_url="https://web-production-6e47f.up.railway.app/v1"  # ← only change
)

response = client.chat.completions.create(
    model="gpt-4",
    messages=[{"role": "user", "content": user_input}]
)
# Requests are monitored and blocked automatically.

vs. Arc Sentry

Same family. Different threat model.

Arc Sentry and Arc Gate solve the same problem from different positions.

Arc SentryArc Gate
Model accessWhitebox — needs weightsBlackbox — API only
Works withMistral 7B, Qwen 2.5 7B, Llama 3.1 8BGPT-4, Claude, Gemini, any OpenAI-compatible API
Detection layerResidual stream (pre-generate)Logprob distribution (post-generate)
Session monitor✓ D(t) scalar✓ D(t) scalar
Phrase blocking
Dashboard— (library only)✓ hosted
Setuppip install + calibrateOne URL change

Constraints
⚠ Honest constraints

Arc Gate analyzes the response distribution — it cannot read the model's internal state like Arc Sentry can. Highly subtle single-turn attacks may pass the geometric layer and only be caught by phrase matching. The session D(t) monitor becomes more accurate over 10+ requests as it builds a deployment baseline. For whitebox detection on open source models, use Arc Sentry.


Pricing

Free to evaluate.

500 free requests per month — enough to see it work in your deployment. Upgrade when you need more.

Free
$0
500 requests/month · no credit card
  • Full monitoring dashboard
  • Phrase blocking
  • D(t) session scalar
  • Token distribution analysis
Try the dashboard →
Pro
Arc Gate Pro
$29/month
Unlimited requests
  • Everything in Free
  • Webhook / Slack alerts
  • Full session history
  • Export blocked requests (CSV)
  • Email support
Get started →

Live Demo

Try Arc Gate now.

Send any prompt. Normal messages pass through. Injection attempts are blocked in real time.

Arc Gate — Live live
Arc Gate is listening. Click an example or type your own prompt.
Live · web-production-6e47f.up.railway.app · phrase + Fisher-Rao geometric detection (Nine, 2026)