> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Auto-Instrumentation [BETA]

> The Prisma AIRS AI Gateway's auto-instrumentation allows you to instrument tracing and logging for multiple LLM/Agent frameworks and view the logs, traces, and metrics in a single place.

<Warning>
  This feature is currently in beta. We're rolling out support for more frameworks and will also be exposing the otel collector endpoint to view the traces and logs.
</Warning>

## Overview

There's two main components to auto-instrumentation:

1. The AI Gateway SDK, which can be used for tracing along with being used as a unified API gateway.
2. Strata Cloud Manager, which can be used to view the logs, traces, and metrics.

## AI Gateway SDK

Auto-instrumentation is enabled from the AI Gateway SDK. A one line addition at the top of your code execution starts sending traces and logs to the AI Gateway.

## Strata Cloud Manager

Strata Cloud Manager can be used to view the logs, traces, and metrics.

## Supported Frameworks

We currently support auto-instrumentation for the following frameworks:

* [CrewAI](/docs/aigw/integrations/agents/crewai#auto-instrumentation)
* [LangGraph](/docs/aigw/integrations/agents/langgraph#auto-instrumentation)

<Note>
  To request support for another framework, please reach out to us at [support@portkey.ai](mailto:support@portkey.ai).
</Note>


## Related topics

- [OpenTelemetry for LLM Observability](/docs/aigw/product/observability/opentelemetry.md)
- [Beta Features](/docs/aigw/product/ai-gateway/beta-features.md)
- [gRPC (Beta)](/docs/aigw/product/ai-gateway/grpc.md)
- [Nitro Mode (Beta)](/docs/aigw/product/ai-gateway/nitro-mode.md)
- [Registry API (Beta)](/docs/aigw/product/mcp-gateway/registry-api.md)
