# Veritrix ## Docs - [Data Retention: How Long Veritrix Stores Your Traces](https://docs.veritrix.xyz/account/data-retention.md): Understand how long Veritrix retains traces on each plan, what happens when retention expires, how to export data, and Enterprise custom retention options. - [Veritrix Plans & Pricing: Free, Team, and Enterprise](https://docs.veritrix.xyz/account/plans-and-pricing.md): Compare Veritrix's Free, Team, and Enterprise plans — trace limits, retention, seats, and how to start a 14-day Team trial with just a credit card. - [Projects: Organize Veritrix Traces by Agent System](https://docs.veritrix.xyz/account/projects.md): Learn how Veritrix projects work, how to create and switch between them, per-plan limits, and best practices for structuring projects across environments. - [How Veritrix Models Multi-Agent Chains and Handoffs](https://docs.veritrix.xyz/concepts/agents-and-handoffs.md): Learn how Veritrix captures agent handoffs, builds parent-child trace trees, and helps you pinpoint which agent in a chain caused a failure. - [Cost Tracking: Per-Agent and Per-Span Spend Attribution](https://docs.veritrix.xyz/concepts/cost-tracking.md): See what every agent and LLM call costs in real time. Catch runaway loops before the invoice arrives and fine-tune cheaper models on saved completions. - [Root-Cause Summaries: AI-Generated Failure Explanations](https://docs.veritrix.xyz/concepts/root-cause-summaries.md): Veritrix automatically generates plain-language failure explanations from trace data — not raw logs — and makes every summary shareable with one click. - [Understanding Traces and Spans in Veritrix — Core Concepts](https://docs.veritrix.xyz/concepts/traces-and-spans.md): Learn how Veritrix models every agent run as a trace made up of spans — the building blocks that give you full visibility into your AI agents. - [Alerting: Get Notified Before Agent Failures Compound](https://docs.veritrix.xyz/features/alerting.md): Set threshold-based alerts on failure rates, cost anomalies, latency, and schema drift — delivered to Slack, PagerDuty, or any webhook. - [Audit Export: Immutable Records for Every Decision](https://docs.veritrix.xyz/features/audit-export.md): Export any session as a tamper-evident PDF or CSV — with timestamps, token counts, costs, and cryptographic hashes — for compliance and audit. - [Time-Travel Replay: Reproduce Any Agent Run Exactly](https://docs.veritrix.xyz/features/time-travel-replay.md): Rewind to any span in a recorded trace and inspect the exact prompt, tool payload, and model output at that precise moment in time. - [Trace Waterfall: See Every Agent Span on One Timeline](https://docs.veritrix.xyz/features/trace-waterfall.md): Visualize every LLM call, tool execution, and agent handoff across your entire multi-agent system on a single, interactive timeline. - [How Veritrix Works: Instrument, Trace, and Diagnose](https://docs.veritrix.xyz/how-it-works.md): Learn how Veritrix automatically captures every agent decision in three phases — from a two-line install to a plain-language root-cause summary. - [Microsoft AutoGen Integration with Veritrix Tracing](https://docs.veritrix.xyz/integrations/autogen.md): Trace Microsoft AutoGen multi-agent conversations automatically with Veritrix. Capture every LLM call, tool use, and agent message exchange end to end. - [CAMEL-AI Integration with Veritrix Agent Observability](https://docs.veritrix.xyz/integrations/camel-ai.md): Trace CAMEL-AI multi-agent role-playing systems automatically with Veritrix. Capture every LLM call, agent message, tool use, and task step in real time. - [CrewAI Integration with Veritrix Agent Observability](https://docs.veritrix.xyz/integrations/crewai.md): Instrument CrewAI Crews and Flows automatically with Veritrix. Trace every agent, task, tool call, and delegation across your entire crew in real time. - [Trace LangChain & LangGraph Workflows with Veritrix](https://docs.veritrix.xyz/integrations/langchain-langgraph.md): Add full observability to LangChain chains and LangGraph graphs with Veritrix. Auto-trace every LLM call, tool use, and graph node transition. - [LlamaIndex Integration with Veritrix Observability](https://docs.veritrix.xyz/integrations/llamaindex.md): Instrument LlamaIndex RAG pipelines and agents automatically with Veritrix. Trace every query, retrieval step, LLM call, and tool use end to end. - [OpenAI Agents SDK Integration with Veritrix Tracing](https://docs.veritrix.xyz/integrations/openai-agents-sdk.md): Trace OpenAI Agents SDK workflows automatically with Veritrix. Capture every LLM call, tool invocation, and agent handoff with zero code changes. - [OpenTelemetry Integration with Veritrix Observability](https://docs.veritrix.xyz/integrations/opentelemetry.md): Veritrix is built on OpenTelemetry — no vendor lock-in, works with any OTel runtime, and integrates seamlessly with your existing observability stack. - [What Is Veritrix? AI Agent Observability Explained](https://docs.veritrix.xyz/introduction.md): Understand what Veritrix does, the problems it solves, and how it helps engineers, leaders, and compliance teams ship AI agents confidently. - [Quickstart: Get Your First Agent Trace in 10 Seconds](https://docs.veritrix.xyz/quickstart.md): Install the Veritrix SDK, add two lines to your agent code, and see a full trace waterfall in the dashboard — all in under a minute. - [Configure the Veritrix SDK for Your Deployment Environment](https://docs.veritrix.xyz/sdk/configuration.md): Set VERITRIX_API_KEY, VERITRIX_ENDPOINT, and VERITRIX_DEBUG environment variables or trace.init() parameters to configure the SDK for any deployment. - [Initialize the Veritrix SDK in Your Python Project](https://docs.veritrix.xyz/sdk/initialization.md): Call trace.init() once at startup to activate automatic tracing across all LLM calls, tool executions, and agent handoffs in your Veritrix project. - [Install the Veritrix Python SDK — Getting Started](https://docs.veritrix.xyz/sdk/installation.md): Add Veritrix to your Python project in under a minute with pip install veritrix. Requires Python 3.8 or later and a Veritrix API key from the dashboard. - [Automatic Tracing with the Veritrix SDK — Span Types](https://docs.veritrix.xyz/sdk/tracing.md): Understand what Veritrix captures automatically after trace.init() — span types, span payload fields, and trace-level metadata for every agent run. - [Set Up Your First Agent and View Traces in Veritrix](https://docs.veritrix.xyz/tutorials/setup-your-first-agent.md): A step-by-step tutorial to register on Veritrix, generate an SDK snippet from the Get Started page, drop it into your agent, and start viewing live traces.