AI governance for the team responsible

When your AI gets it wrong
Can you prove what happened?

When your AI ships something harmful, wrong, or non-compliant — your name is on it. Xelurel gives your team documented controls and a defensible audit trail, so you're never caught without evidence that you had oversight in place.

assessment →reviewlogged
Start free →Try it live — no account needed →
Used by AI teams in healthcare, legal, and SaaS during beta

“We were shipping AI features into a clinical workflow and had no way to know when outputs went sideways. Xelurel gave us a decision log we could actually show to our compliance team.”

Head of AI, healthcare SaaS — beta participant
Free
Tier to start — no card needed
$299
Per month for production teams
Zero
Raw content stored
Day one
Defensible record from go-live
What you gain when something goes wrong

Catch it. Review it. Prove it. Know first.

01

Score

Before any AI output reaches a user, it's scored against your policy. You define what's acceptable — Xelurel enforces it. No more relying on the model to self-govern or hoping nothing slips through.

regex · PII · LLM judge · any model
02

Review

Questionable outputs go to your team for review — not to your users. You stay in control of what goes out under your name, and you have a record of every judgment call your team makes.

queue · assignable · bulk approve / reject
03

Record

Every decision is timestamped, policy-versioned, and exportable. When a compliance team, a client, or your own leadership asks what your AI was doing at any point — you can answer. That's not just good practice. That's career protection.

automated enforcement · tamper-proof · exportable
04

Alert

Get notified the moment your AI crosses a line. Webhooks fire in real time on every block or policy violation — triggering automatic retries or fallback prompts so your users never experience a broken session.

real-time webhooks · auto-retry · dead-letter queue
How it fits

A safety layer between
your AI and your users.

Xelurel AI doesn't replace your model or change your stack. It sits between what your AI generates and what your users see — giving you control, visibility, and a record of every output before it leaves your system.

User input
AI Model
Xelurel AI
allow / review / block
End user
Works with any AI output
Customer support replies
AI writing assistants
Chatbot responses
Document summaries
AI-generated reports
Code suggestions
Internal copilots
Data extractions
Any LLM output
Integration

One API call. That's it.

Add Xelurel AI to your existing pipeline in an afternoon — no infrastructure changes, no new models. If it doesn't work for you, there's nothing to unwind.

POST /api/v1/assess
curl -X POST https://api.xelurel.com/v1/assess \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "prompt":   "Summarize patient visit",
    "output":   "Patient given 500mg amoxicillin",
    "use_case": "medical_note"
  }'
Response200 OK
{
  "decision_id":  "9f4e2a1b-3c7d-...",
  "decision"    :  "review",
  "risk_score"  :  42,
  "reasons"    :  ["contains medication dosage"]
}
OR USE PROXY MODE

Already using the OpenAI or Anthropic SDK? Change one line. Every response is governed automatically — no other code changes.

Proxy mode — OpenAI SDK
// Before — your existing setup
const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY });

// After — governance on every response, nothing else changes
const openai = new OpenAI({
  apiKey:         process.env.OPENAI_API_KEY,
  baseURL:        'https://api.xelurel.com/v1/proxy/openai',
  defaultHeaders: { 'x-api-key': process.env.XELUREL_API_KEY },
});

// Your existing calls are unchanged — every response is now scored, routed, and logged
const response = await openai.chat.completions.create({ ... });

Anthropic users: swap for api.xelurel.com/v1/proxy/anthropic

BATCH

Scoring historical outputs or running a compliance sweep? The /v1/assess/batch endpoint accepts up to 50 items per request — same policy, same audit log, no repeated round-trips.

Who this protects

Every team shipping AI needs
someone watching the outputs.

Growing teams

Start here
  • AI customer support
  • Internal AI tools
  • AI writing & drafting
  • Automated summaries
  • Any AI-powered feature

Healthcare & Legal

High stakes
  • Clinical note generators
  • Medical scribes
  • Legal drafting tools
  • Contract analysis AI
  • Patient-facing outputs

SaaS & Platforms

Scale safely
  • Multi-tenant AI features
  • Embedded AI products
  • AI output monitoring
  • Risk reporting for buyers
  • Audit logs on demand
For the team responsible when something goes wrong
"Your team built it.
Your product ships it.
Prove you had it covered."

Xelurel gives you documented control over every AI output your product generates. One integration. A defensible audit trail from day one. When your compliance team, your board, or a client asks — you'll have answers.

Try free →