AI Console

Every agent. Every prompt. One pane of glass.

The console is where CISOs, compliance, and AI leads meet. Live executions on the left. Policies on the right. Proof at the bottom of every screen. Everything you're about to see is real product, with synthetic data.

Request access → Take the tour
app.raidu.com / acme-corp / executions
● LIVE
Executions
Streaming · last 14 events
allow
11
masked
3
blocked
0
TimeUserAgentModelDecisionMaskedms
◆ audit bus · 14 records signed in this session · RSA-4096 · chain intact VERIFY CHAIN ↗
Click any row to open the execution detail. Click Pause to freeze the stream.
Policy as code

Write once. Enforce everywhere. Version forever.

Every policy is a signed, versioned document. The console lets you edit as YAML, as a visual builder, or as a diff against the last release. Policies are reviewed, approved, and deployed the same way code is, with a git-style audit trail.

Per agent
Narrow scope to a single use case
Per model
Route high-risk prompts to safer models
Per user role
Clinicians, support, engineers, different limits
Per data class
HIPAA data never leaves your VPC
enterprise.v17.yaml · signed by p.ekstrand
# enterprise.v17.yaml
name: enterprise
version: 17
inherits: [base, hipaa.baa, eu-ai-act.art10+13]

checkpoints:
  before_llm:
    mask: [PII.SSN, PII.CREDIT_CARD, PHI.MRN, SECRETS.AWS]
    require_policy_hash: true
  before_tool:
    connector_aware: true
    scope: strict
    budget: { per_execution: $2.50 }
  agent_response:
    final_scan: strict
    groundedness: { threshold: 0.82 }

agents:
  support-triage:
    models: [anthropic/claude-sonnet-4.5]
    denylist: [legal_advice, medical_advice]
  clinician-note:
    models: [anthropic/claude-sonnet-4.5]
    data_class: PHI
    approval: required_for: [prescription]

approvals:
  - on: scope.deny
    notify: compliance@acme.com
  - on: cost.exceed
    notify: finops@acme.com

retention:
  records: 10y
  pii_tokens: 90d
Alert inbox

Noise down. Signal up.

Raidu doesn't ship another dashboard your SOC will ignore. Alerts route on severity and policy, not traffic volume, so the only things that reach a human are the things a human should see.

ROUTING · Slack · PagerDuty · Email · Webhook · SIEM
high 14:02:11 Scope policy denied: S3 write from sales-assist
Agent attempted to write customer PII to non-HIPAA bucket. Blocked. User notified. Policy: enterprise.v17 §before_tool.
med 13:58:44 Groundedness below threshold: legal-review
Final response confidence 0.71, threshold 0.82. Response held for human approval. Ticket compliance-2641 opened.
high 13:52:19 Secret detected in prompt: dev-copilot
AWS access key detected at Checkpoint 01. Key masked. Rotation recommended. Slack channel #secops-alerts notified.
low 13:44:02 Daily cost budget exceeded: marketing
Agent group marketing exceeded $480 daily budget. Throttling to read-only mode until tomorrow 00:00 UTC.
med 13:31:48 Connector rule drift: Zendesk
Zendesk manifest updated. 3 new PII fields detected. Policy review required before next deploy.