Questions, answered plainly
The short version first.
Open only what you need. The product details stay available to readers and search engines without turning the page into a wall of copy.
01What is an AI agent audit trail?
+
It is a chronological record of an agent’s model calls, tool calls, policy decisions, human approvals and resulting actions. Auditant links those events into one tamper-evident chain so an examiner can follow a decision from intent to outcome.
02Does Auditant only record actions, or can it stop them?
+
Both. Auditant records every observed action and can evaluate policy before a tool runs. A rule can allow the action, refuse it, or hold it until an authenticated human approves or rejects it.
03What does tamper-evident verification actually prove?
+
Verification proves that the records Auditant received have not been altered after they were sealed. It does not prove that every action reached the record; deployment coverage is measured and reported separately.
04Do prompts and customer data have to leave our environment?
+
No. The default record stores metadata and cryptographic hashes rather than prompt or response payloads. You can prove integrity while keeping sensitive content in storage you control.
05Which agent frameworks and model providers work with Auditant?
+
OpenAI, Anthropic and Gemini model calls can be auto-instrumented. LangChain, LangGraph, CrewAI, LlamaIndex and the OpenAI Agents SDK connect through their framework instrumentation; any other tool-calling model or custom loop can emit the same evidence through OpenTelemetry, LiteLLM, the Python or TypeScript SDK, or the event API.
06How is Auditant priced?
+
Pricing is per agent, never per recorded event. One agent is free to evaluate, and paid bands include unlimited recorded actions so cost never rewards incomplete coverage.