← Back to home

Diligence pack

For the technical evaluator and the risk owner. Everything here is take-away.

You're evaluating a governed AI capability company that happens to have built the trust layer first. This page answers the questions a sign-off leader asks before the meeting — what does it do, does it actually work, will it work in our environment, and how does autonomy get earned rather than granted. Where we can't show a number, we show you how to test it yourself.

live public, testable today demo-grade a working demonstration dogfood we run on it ourselves POC / pilot with an evaluation customer roadmap stated direction, not built

1 · What it does

The work it does — capability first, each labelled by maturity.

Arkheia puts AI to work on real workflows — support, revenue, operations — and makes every action trustworthy enough to approve. Governance and runtime detection are how that work is made safe to switch on, not the headline. Every capability below carries an honest maturity label. We publish no accuracy, precision, recall, or effect-size numbers on this page — verify the signal on your own prompts via the live demo and, for deeper testing, evaluation access (see Verify it yourself).

demo-grade

Governed AI support triage

Works on any Freshdesk / Zendesk / ServiceNow queue: reads ticket history, the knowledge base, code and docs to classify, route, and draft a fix — turning triage hours into minutes. It runs assist → supervised → autonomous as trust is earned, with the detection signal and governance gate on the execution path the whole way. Interactive demo at /x/support/.

demo-grade

Governed AI in your CRM

Works on top of HubSpot / Salesforce / Pipedrive: reads every signal, proposes the play that closed similar deals, and earns the right to act under the same governed gate. Interactive demo at /x/crm/.

demo-grade

Governed decision & data-trust surfaces

A manufacturing event stream governed so downstream decisions act only on trustworthy data; a governed reconciliation gate that approves, flags, or holds handwritten dockets against invoices, each with a receipt. Interactive demos at /x/data-trust/ and /x/recon/.

dogfood

Governed enterprise workflow surfaces

The same governed runtime builds and operates workflow surfaces across CRM, revenue lifecycle, procurement, finance close, legal ops, HR service, PPM, support, marketing, and assurance — proof of governed capability, not a product you must buy first. The product governs the work that builds the product.

dogfood + live

Governance / control plane (the how)

At the moment AI acts, the runtime trust signal becomes an execution gate: allow, block, require human approval, hold to a private note, escalate, or kill — every decision written as a tamper-evident decision receipt, with cost controls and audit evidence. Governs API models (OpenAI, Anthropic, Gemini, xAI & compatible), local / self-hosted models where deployment permits, and MCP / tool calls.

live

Runtime fabrication / deviation detection (the moat)

This is what governance gates on, and what no one else has. At the invocation boundary, Arkheia scores each model invocation against the model's own behavioural baseline and returns a risk verdict (e.g. LOW / MEDIUM / HIGH), a confidence, and a detection id — without needing to retain the content it scores. A public demo runs this now at /demo/.

2 · Does it actually work

Test it, don't take our word for it.

The most honest evidence is something you can run yourself, plus one early customer proof-of-concept we can describe in full. Where we lack a hard number, we point you at the self-test rather than invent one.

POC / pilot — not production From a live customer POC

A crude-but-working proof of concept dropped into a real customer's environment, honestly labelled a POC / early pilot — not a production deployment: a Python script on a support agent's laptop, calling GPT-5.4, connected to their real Freshdesk ticket queue and knowledge base, with an Arkheia detection key on the path, writing private triage notes back into the ticket. Real tickets, real KB, real workflow. Point it at a ticket — it triages, suggests resolution steps, and writes a private note on what to confirm with the customer.

Observed in this POC: a task that normally takes ~3 hours became a ~2-minute prompt.

Start with a private note. End with a governed operating capability. The system of record is the scaffold, not the destination.

The method, in plain terms

Most approaches read the text a model returns and guess whether it looks wrong. Arkheia instead builds a per-model behavioural fingerprint — a baseline of how that specific model behaves — and scores each new invocation against that model's own baseline. Because it measures behaviour rather than parsing meaning, the signal works at the invocation boundary, before a workflow acts on the answer, and can run without retaining the content it scores.

The output is a runtime verdict (e.g. LOW / MEDIUM / HIGH) with a confidence and a detection id you can reference, which the governance gate then acts on.

The honest caveat. Coverage depends on per-model profiles. A model that has no profile yet returns an evidence-limited LOW — that means “couldn't assess,” not a clean bill of health. We label this rather than hide it, because a governance product that overclaims is self-defeating. This page deliberately publishes no precision / recall / accuracy / effect-size figures; measure the signal on your own prompts instead.

3 · Will it work in our environment

Deployment patterns, and what data leaves.

These are deployment patterns, not shrink-wrapped SKUs. The public /demo/ is the immediately testable surface; the patterns below are how Arkheia sits in a real stack. For sensitive customers, the in-path detection self-hosts inside your tenant — prompts and data never leave.

PatternHow it sitsMaturity
API proxy Point your SDK base URL at the Arkheia proxy. Inference flows through and is scored inline. Fail-open on inference: if detection is unavailable, inference still flows — detection degrades, it never blocks your traffic. dogfood
MCP server Arkheia exposes detection / verification, memory, and audit as MCP tools an agent or IDE can call directly. dogfood
Local / self-hosted For sensitive customers, the in-path detection component (proxy + detection) and the MCP tool server self-host on your own infrastructure, inside your tenant, so prompts and data never cross a shared backend. pilot
On-prem A fully on-premises deployment of the in-path components is offered as a deployment option for environments that require it. roadmap
Data & failure postureWhat it means for you
Content retentionContent-minimising, zero-retention by default: the detection signal can run without retaining prompt or response content.
What leaves the environmentIn the public demo, prompts reach a public Arkheia backend proxy. In the local / self-hosted pattern, the in-path components run inside your tenant so prompts and data do not cross a shared backend.
Failure behaviourFail-open on inference, fail-safe on autonomy. A detection outage degrades the signal but does not stop inference; an autonomy gate that loses its trust signal falls back to the safe action — hold for human approval, not act unchecked.
Model coverageAPI models (OpenAI, Anthropic, Gemini, xAI & compatible), local / self-hosted models where deployment permits, and MCP / tool calls.

4 · The risk-owner answer

Autonomy is earned, not granted.

This is not AI let loose. AI doesn't get switched on all at once — it starts assistive and earns scope, stage by stage, each one widened only by evidence. Every step has execution gates, receipts, cost controls, and human escalation. Here is the path a workflow walks, using support triage as the worked example.

1
Critique-onlyReviews proposed triage and gives feedback. Writes nothing, acts on nothing — a second set of eyes only.
assistive
2
Private noteWrites internal notes only; humans stay fully in control. Nothing customer-facing — but the work gets dramatically faster.
assistive
3
Bounded triageActs on known customers, known issue types, simple low-risk tickets, and high-confidence matches only.
supervised
4
Expanded supervised coverageBroadens by confidence, ticket class, customer type, close code, evidence quality and historical success — still under supervision.
supervised
5
Learning loopClose codes, human edits, reopen rates and successful fixes feed back into the knowledge base and improve the next run.
supervised
6
Full automated triageEarns the right to act across broader classes — with execution gates, receipts, cost controls and human escalation in place.
autonomous
7
Workflow ownershipOnce the workflow is understood and governed, Arkheia can absorb more of the work around the incumbent system — and, where it creates clear value, replace parts of it: an Arkheia-native support/CRM capability built from the Freshdesk / Zendesk / ServiceNow teardown.
owned
Arkheia doesn't ask you to trust AI all at once. It lets AI earn trust, workflow by workflow.
execution gates receipts cost controls audit trail human escalation kill-switch

5 · Verify it yourself

A self-serve path to your own evidence.

No published metric substitutes for the signal on your own traffic. We're honest about what's open versus gated: the live demos are open to anyone; in-stack evaluation is arranged per engagement.

STEP 1 · now
Try the live demo Open /demo/ and run your own prompts. Observe the verdict, the confidence, the detection id, and how an evidence-limited LOW is surfaced. The interactive workflow demos at /x/support/ and /x/crm/ are open too.
STEP 2 · in your stack
Run it in your own stack Self-serve from the public repo: npx @arkheia/mcp-server for the MCP server, or clone + docker compose up to self-host the proxy — detection runs in your environment. See Run it in your own stack below. Higher-tier / managed evaluation keys are the upgrade path.
STEP 3 · measure
Score it on your prompts On your own traffic you can measure how the verdicts track your known-good and known-bad cases, how coverage maps to your models, and how the gate behaves under fail-open on inference and fail-safe on autonomy.

Run it in your own stack — download

Both surfaces ship from one public repo — github.com/arkheiaai/arkheia-mcp. Self-serve is now the primary route: install the MCP server or self-host the in-path proxy so detection runs in your environment. Higher-tier and managed evaluation keys are the upgrade path (contact below).

MCP Trust Serverdogfood

Detection / verification, memory, and audit exposed as MCP tools an agent or IDE can call directly. ~60-second installer (needs Node 18+, Python 3.10+, and an API key).

npx @arkheia/mcp-server
API / Enterprise Proxy (self-host)self-host

Clone the repo and bring up the in-path proxy, then point your SDK / agent base URL at the local proxy. Inference flows through and is scored in your environment — secure transit, data doesn't leave. The proxy is a thin shim; detection logic runs server-side.

git clone https://github.com/arkheiaai/arkheia-mcp
cd arkheia-mcp
docker compose up

Free tier: 1,500 detections / month, no credit card. Mint a free key at app.arkheia.ai/signup. For higher-tier or managed evaluation keys, contact Arkheia — the public download above is the primary, self-serve route.

6 · Take-away pack

Download it. Read it offline. Bring it to the meeting.

Four standalone documents, same facts and same maturity labels as this page, no secrets and no invented metrics. The last one is written for an AI evaluator to ingest in a single read.

Built from detection up. Sold from capability down. Everyone else starts with automation and bolts governance on afterwards. We started with the runtime trust signal — so the automation can be allowed to matter. That ordering is the moat: it can't be retrofitted onto a dashboard, and it's what lets autonomy be earned a workflow at a time rather than granted up front.