# AgentVista ## Docs - [Agents](https://moonshotfactory.mintlify.app/api/agents.md): List agents, view agent detail, and query time-series stats and run history. - [Alerts](https://moonshotfactory.mintlify.app/api/alerts.md): Create and manage alert rules that fire when agent or infrastructure conditions are met. - [API keys](https://moonshotfactory.mintlify.app/api/api-keys.md): Create, list, and revoke API keys for authenticating with the AgentVista API. - [Logs](https://moonshotfactory.mintlify.app/api/logs.md): Search log records and navigate from a log entry to its parent trace. - [Metrics](https://moonshotfactory.mintlify.app/api/metrics.md): List metric streams and query data points from the AgentVista metrics API. - [OTLP ingestion](https://moonshotfactory.mintlify.app/api/otlp.md): Send OpenTelemetry traces, metrics, and logs to AgentVista using the OTLP/HTTP protocol. - [API overview](https://moonshotfactory.mintlify.app/api/overview.md): Authentication, base URL, request format, and error codes for the AgentVista API. - [Prompts](https://moonshotfactory.mintlify.app/api/prompts.md): Version and compare prompt templates, and link them to traces for analytics. - [Traces](https://moonshotfactory.mintlify.app/api/traces.md): Ingest batches of agent traces and query trace data from the dashboard API. - [Webhooks API](https://moonshotfactory.mintlify.app/api/webhooks.md): Register and manage webhook endpoints to receive real-time event notifications. - [Authentication](https://moonshotfactory.mintlify.app/authentication.md): Create an API key and authenticate your SDK and API requests. - [Agents & Runs](https://moonshotfactory.mintlify.app/concepts/agents-and-runs.md): Learn how AgentVista organizes your observability data around named agents and individual runs. - [Metrics & Logs](https://moonshotfactory.mintlify.app/concepts/metrics-and-logs.md): Ingest time-series metrics and structured logs into AgentVista alongside your agent traces for full-stack observability. - [Outcomes](https://moonshotfactory.mintlify.app/concepts/outcomes.md): Attach user-defined success signals to your agent runs so AgentVista can track what actually matters to your business. - [Traces & Spans](https://moonshotfactory.mintlify.app/concepts/traces-and-spans.md): Understand how AgentVista models a complete agent run as a trace and every individual step within it as a span. - [Anthropic](https://moonshotfactory.mintlify.app/integrations/anthropic.md): Instrument Claude API calls with automatic token counting and cost tracking using the AgentVista Anthropic adapter. - [LangChain](https://moonshotfactory.mintlify.app/integrations/langchain.md): Automatically instrument LangChain chains, LLMs, and tools with zero-change integration using the AgentVista callback handler. - [OpenAI](https://moonshotfactory.mintlify.app/integrations/openai.md): Instrument OpenAI API calls with automatic token counting and cost tracking using the AgentVista OpenAI adapter. - [Webhooks](https://moonshotfactory.mintlify.app/integrations/webhooks.md): Receive real-time event notifications from AgentVista at your own HTTPS endpoint with signed payloads and automatic retries. - [Introduction](https://moonshotfactory.mintlify.app/introduction.md): AgentVista is a unified observability platform that monitors your AI agents and your infrastructure in a single place. - [Alerts](https://moonshotfactory.mintlify.app/platform/alerts.md): Get notified by email or webhook when your agents breach a cost, latency, failure rate, or inactivity threshold. - [Billing](https://moonshotfactory.mintlify.app/platform/billing.md): Understand AgentVista's pricing plans, how to upgrade or downgrade, and how to manage your payment method and invoices. - [Dashboard](https://moonshotfactory.mintlify.app/platform/dashboard.md): A tour of the AgentVista dashboard — every view you have access to and what it shows you. - [Prompt versioning](https://moonshotfactory.mintlify.app/platform/prompt-versioning.md): Register prompt template versions, link them to traces, and compare performance metrics side-by-side to understand which prompt produces the best outcomes. - [Service map](https://moonshotfactory.mintlify.app/platform/service-map.md): Auto-discovered topology of all services and agents communicating in your system — built from trace data with no manual configuration required. - [Quick Start](https://moonshotfactory.mintlify.app/quickstart.md): Send your first agent trace to AgentVista in under 5 minutes. - [Adapters](https://moonshotfactory.mintlify.app/sdk/adapters.md): Automatically extract token counts, model names, and cost from LLM API responses. - [Installation](https://moonshotfactory.mintlify.app/sdk/installation.md): Install the AgentVista Python SDK and initialize it in your application. - [OpenTelemetry](https://moonshotfactory.mintlify.app/sdk/opentelemetry.md): Send traces, metrics, and logs from any OTel-instrumented service directly to AgentVista over OTLP/HTTP. - [Tracing](https://moonshotfactory.mintlify.app/sdk/tracing.md): Record agent traces using the decorator, context manager, or manual API.