# Lemma ## Docs - [Get incident details](https://docs.uselemma.ai/api-reference/incidents/get-incident-details.md): Loads a single incident with timeline context, linked metric or monitor references, and metadata. - [List incidents](https://docs.uselemma.ai/api-reference/incidents/list-incidents.md): Returns incidents for a project with optional filters by metric, monitor, or status. - [Get metric details](https://docs.uselemma.ai/api-reference/metrics/get-metric-details.md): Returns metric configuration, recent events, and related monitor summary in one payload. - [Get monitor](https://docs.uselemma.ai/api-reference/metrics/get-monitor.md): Returns the monitor configuration and current state linked to this metric, if one exists. - [List metric events](https://docs.uselemma.ai/api-reference/metrics/list-metric-events.md): Paginates recorded values and metadata for a metric, optionally narrowed to a trace or a specific event. - [List metrics](https://docs.uselemma.ai/api-reference/metrics/list-metrics.md): Returns all metrics configured for the given project, including identifiers needed for detail and event APIs. - [List monitor evaluations](https://docs.uselemma.ai/api-reference/metrics/list-monitor-evaluations.md): Returns historical evaluation results for the monitor attached to this metric (e.g. threshold checks over time). - [Get trace details](https://docs.uselemma.ai/api-reference/traces/get-trace-details.md): Loads a single trace with spans, attributes, and related metadata for debugging or analysis. - [List traces](https://docs.uselemma.ai/api-reference/traces/list-traces.md): Returns recent traces for a project, optionally filtered by time range, environment, and error status. - [Search traces](https://docs.uselemma.ai/api-reference/traces/search-traces.md): Full-text style search across trace content with optional filters for tool name, model, time range, and errors. - [MCP](https://docs.uselemma.ai/connections/mcp.md): Connect your AI coding tools to Lemma using the Model Context Protocol - [Webhooks](https://docs.uselemma.ai/connections/webhooks.md): Receive signed HTTP POST requests when incidents are detected, analyzed, or resolved - [Concepts](https://docs.uselemma.ai/getting-started/concepts.md): Core concepts and terminology in Lemma - [Introduction](https://docs.uselemma.ai/getting-started/introduction.md): Lemma is an observability platform for AI agents - [Quickstart](https://docs.uselemma.ai/getting-started/quickstart.md): Send your first trace to Lemma in under 2 minutes - [Arize Phoenix](https://docs.uselemma.ai/integrations/arize-phoenix.md): Send traces to Arize Phoenix and Lemma - [Azure Application Insights](https://docs.uselemma.ai/integrations/azure-application-insights.md): Send traces to Azure Application Insights and Lemma - [Braintrust](https://docs.uselemma.ai/integrations/braintrust.md): Reuse Braintrust instrumentation and export traces to Lemma - [Langfuse](https://docs.uselemma.ai/integrations/langfuse.md): Langfuse-first instrumentation with Lemma as an OpenTelemetry export destination - [OpenInference](https://docs.uselemma.ai/integrations/openinference.md): Reuse OpenInference instrumentation and export traces to Lemma - [Adding Provider Instrumentation](https://docs.uselemma.ai/tracing/adding-provider-instrumentation.md): Add provider-level spans through Langfuse integrations - [OpenTelemetry Export](https://docs.uselemma.ai/tracing/otlp-export.md): Export OpenTelemetry spans to Lemma with OTLP - [Overview](https://docs.uselemma.ai/tracing/overview.md): Understand what tracing gives you and pick the right setup guide for your integration - [Custom Attributes](https://docs.uselemma.ai/tracing/patterns/custom-attributes.md): Attach business metadata to traces and spans - [Dual Export](https://docs.uselemma.ai/tracing/patterns/dual-export.md): Export the same OpenTelemetry spans to Lemma and another destination - [Streaming](https://docs.uselemma.ai/tracing/patterns/streaming.md): Streaming tracing patterns for Lemma exports - [Threads and Sessions](https://docs.uselemma.ai/tracing/patterns/threads.md): Correlate multi-turn traces with lemma.thread_id - [Common Problems](https://docs.uselemma.ai/tracing/troubleshooting/common-problems.md): Troubleshoot Langfuse-first export to Lemma - [Debug Mode](https://docs.uselemma.ai/tracing/troubleshooting/debug-mode.md): Debug tracing export behavior with runtime logs - [Implementation Details](https://docs.uselemma.ai/tracing/troubleshooting/implementation-details.md): Reference architectures for exporting OpenTelemetry traces to Lemma - [Using a Supported Framework](https://docs.uselemma.ai/tracing/using-a-supported-framework.md): Find the Langfuse framework guide, then export and enrich spans for Lemma ## OpenAPI Specs - [openapi](https://docs.uselemma.ai/api-reference/openapi.json)